-
Notifications
You must be signed in to change notification settings - Fork 41
New issue
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
WARN: file not included in sonar /Users/Shared/work #21
Comments
|
1.是oc和swift混编 #!/bin/bash pod update xcodebuild clean -workspace MyApp.xcworkspace -scheme MyApp -arch arm64 -configuration "Release" xcodebuild -workspace MyApp.xcworkspace -scheme MyApp -arch arm64 -configuration "Release" GCC_PREPROCESSOR_DEFINITIONS="COCOAPODS=1" CODE_SIGN_STYLE="Manual" PROVISIONING_STYLE="Manual" DEVELOPMENT_TEAM="xxx" CODE_SIGN_IDENTITY="xxx" PROVISIONING_PROFILE="xxx" PROVISIONING_PROFILE_SPECIFIER="xxx" | xcpretty -r json-compilation-database -o compile_commands.json rm -rf swiftlint mkdir swiftlint swiftlint lint > swiftlint/swiftlint.txt sonar-scanner -Dsonar.host.url=http://10.155.59.201:9000/ -Dsonar.projectKey=MyApp -Dsonar.sources=. -Dsonar.swift.swiftlint.report=swiftlint/swiftlint.txt -Dsonar.login=admin -Dsonar.password=111111 |
xcodebuild是成功了的,为了保密打包证书都替换成了xxx , |
|
去掉了也不行,还是报WARN: file not included in sonar |
执行 sonar-scanner 里加一个 |
log.txt |
解决了么,我也遇到这个问题了 |
hello,我也遇到了和楼主一样的问题,也是没有任何bug和异味,也出现了图中的警告,请问楼主解决了吗?是如何解决的? |
您好,当工程中有Pods文件时会报如图的警告 WARN: file not included in sonar /Users/Shared/work
sonarqube里也没有任何bug和异味,组件化后,我们的代码都在pods里,这个怎么解决呢?
The text was updated successfully, but these errors were encountered: