You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Now falls back to sonar-scanner if sonar-runner is not installed (thanks to MaikoHermans. See PR 59)
Ability to set sonar.swift.appName. Useful when basename is different from targeted scheme, or when slather fails with 'No product binary found' (thanks to MaikoHermans. See PR 58)
Added a second linter: Tailor. Enables analysis of Swift code on linux. (thanks to tzwickl for the hard work. See PR 51)
🔖 v0.3.0
SonarQube 6 support. Important : will work with SonarQube 5.x and above only. Will not work anymore with SonarQube 4.5.x anymore.
SwiftLint 0.13.1 support (49 rules now).
Desactivation of unit tests and coverage is now allowed. Use run-sonar-swift.sh -nounittests to do it.
🔖 v0.2.4
Analysis does not fail anymore when an unkwown issue is reported by SwiftLint. See issue 35