We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
run-sonar.sh
run-sonar.sh 脚本增加对 infer 工具的支持,现在支持 OCLint/Lizard/Swiftlint,缺少 Infer
执行Infer的命令为
infer -- run [--skip-analysis-in-path path] --compilation-database compile_commands.json
compile_commands.json 是 xcpretty 对 xcodebuild 的 log 转化为的 json 文件内容。 --skip-analysis-in-path path 是需要过滤的目录,相对路径
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Feature Request
run-sonar.sh
脚本增加对 infer 工具的支持,现在支持 OCLint/Lizard/Swiftlint,缺少 InferMotivation Behind Feature
Feature Description
执行Infer的命令为
compile_commands.json 是 xcpretty 对 xcodebuild 的 log 转化为的 json 文件内容。
--skip-analysis-in-path path 是需要过滤的目录,相对路径
Alternatives or Workarounds
The text was updated successfully, but these errors were encountered: