Skip to content

Releases: Idean/sonar-swift

0.4.6

24 Jan 10:33
Compare
Choose a tag to compare

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

24 Aug 15:02
Compare
Choose a tag to compare

Breaking

  • None.

Experimental

  • None.

Enhancements

Bug Fixes

0.4.4

0.4.3

22 Feb 00:51
Compare
Choose a tag to compare
  • Added support for SonarQube 7.3

0.4.2

23 Oct 16:39
Compare
Choose a tag to compare
  • Fixed "rule does not exist" crash on Objective-C sensors

0.4.1

30 Aug 12:18
Compare
Choose a tag to compare
  • Fixed NPE on SquidSensor

0.4.0

28 Aug 09:38
Compare
Choose a tag to compare
  • 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

23 Aug 08:20
Compare
Choose a tag to compare

0.3.7

05 Jun 23:43
e87ab91
Compare
Choose a tag to compare
  • Add SwiftLint 0.25.0 support. See #135

0.3.6

22 May 08:21
Compare
Choose a tag to compare
  • Fix: Add Sonar 7 compatibility. See #125
  • Fix junit unable to locate test in sub-directories. See #123
  • Lowercase "fastlane". See #113