@@ -42,7 +42,7 @@ In SonarQube under Quality Profiles the used Linter can be specified by selectin
42
42
Checkout the [ Releases] ( https://github.com/Backelite/sonar-swift/releases ) page.
43
43
44
44
### Launching an analysis
45
- If you use [ Fastlane ] ( https://fastlane.tools ) , please read [ our Fastlane integration doc] ( docs/sonarqube-fastlane.md ) .
45
+ If you use [ fastlane ] ( https://fastlane.tools ) , please read [ our fastlane integration doc] ( docs/sonarqube-fastlane.md ) .
46
46
Otherwise, run the ``` run-sonar-swift.sh ``` script from your Xcode project root folder
47
47
48
48
### Release history
@@ -66,7 +66,7 @@ Otherwise, run the ```run-sonar-swift.sh``` script from your Xcode project root
66
66
#### 0.3.2
67
67
- SwiftLint 0.16.1 (75 rules now).
68
68
- Fixed [ Metric 'test_data' should not be computed by a Sensor] ( https://github.com/Backelite/sonar-swift/issues/61 ) with SonarQube 6.2
69
- - Fastlane documentation update by [ mammuth] ( https://github.com/mammuth ) . See [ PR 62] ( https://github.com/Backelite/sonar-swift/pull/62 )
69
+ - fastlane documentation update by [ mammuth] ( https://github.com/mammuth ) . See [ PR 62] ( https://github.com/Backelite/sonar-swift/pull/62 )
70
70
- run-sonar-swift.sh fix by [ TheSkwiggs] ( https://github.com/mammuth ) . See [ PR 64] ( https://github.com/Backelite/sonar-swift/pull/64 )
71
71
72
72
#### 0.3.1
@@ -82,8 +82,8 @@ Otherwise, run the ```run-sonar-swift.sh``` script from your Xcode project root
82
82
83
83
#### 0.2.4
84
84
- Analysis does not fail anymore when an unkwown issue is reported by SwiftLint. See [ issue 35] ( https://github.com/Backelite/sonar-swift/issues/35 )
85
- - Fastlane documentation (thanks to [ viteinfinite] ( https://github.com/viteinfinite ) ). See [ PR 33] ( https://github.com/Backelite/sonar-swift/pull/33 )
86
- - Fixed Fastlane JUnit report support
85
+ - fastlane documentation (thanks to [ viteinfinite] ( https://github.com/viteinfinite ) ). See [ PR 33] ( https://github.com/Backelite/sonar-swift/pull/33 )
86
+ - Fixed fastlane JUnit report support
87
87
- SwiftLint 0.11.1 support
88
88
- Better return code suppot for run-sonar-swift.sh
89
89
0 commit comments