Sonar Swift Versions Save

Open source Swift plugin for SonarQube (also supports Objective-C)

0.4.6

4 years ago

Breaking

  • None.

Experimental

  • None.

Enhancements

  • Sped up analysis with a single build test using 'build-for-testing'
  • run-sonar-swift.sh now supports -sonarurl -sonarlogin and -sonarpassword arguments for SonarQube server connection

Bug Fixes

  • Fixed "The domain/default pair of (xxx, yyy) does not exist" Gaël Foppolo #246
  • Add SwiftLint 0.35.0 support Gaël Foppolo #247
  • Fixed NPE on LizardReportParser.addComplexityFileMeasures #253 and #258
  • Fixed "Unable to locate test source file ****.swift" with Objective-C #242 egr-ext #248

0.4.5

4 years ago

Breaking

  • None.

Experimental

  • None.

Enhancements

Bug Fixes

0.4.3

5 years ago
  • Added support for SonarQube 7.3

0.4.2

5 years ago
  • Fixed "rule does not exist" crash on Objective-C sensors

0.4.1

5 years ago
  • Fixed NPE on SquidSensor

0.4.0

5 years ago
  • Objective-C support (merged from our Objective-C plugin). When upgrading to this version you must install OCLint (brew install oclint). If you used our Objective-C plugin, you must uninstall it (remove it from /extensions/plugins directory).

0.3.8

5 years ago

0.3.7

5 years ago
  • Add SwiftLint 0.25.0 support. See #135

0.3.6

5 years ago
  • Fix: Add Sonar 7 compatibility. See #125
  • Fix junit unable to locate test in sub-directories. See #123
  • Lowercase "fastlane". See #113