-
Notifications
You must be signed in to change notification settings - Fork 43
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Feature Request
run-sonar.sh
脚本增加对 infer 工具的支持,现在支持 OCLint/Lizard/Swiftlint,缺少 Infer
Motivation Behind Feature
Feature Description
执行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 是需要过滤的目录,相对路径
Alternatives or Workarounds
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request