I'm importing swiftLint issues to Sonar using this sonar.swift.swiftLint.reportPaths=swiftlint.json
.
This doesn't stop Sonar from analysing swift files using SonarSwift. Thus, issues from both the tools get uploaded to SonarCloud. I want Sonar to stop analysing by SonarSwift and only import SonarLint issues.
Asked
Active
Viewed 429 times
2

Prasad Shinde
- 85
- 8
1 Answers
1
You could create an empty quality profile for Swift, and select that as the active quality profile for your project. Then, I believe the swiftLint
issues will be imported, but you will no longer see issues from SonarSwift.

janos
- 120,954
- 29
- 226
- 236