Brian Kottcamp
Brian Kottcamp
I have the same problem on: - Mac OS X 10.10.3 x86_64 - Xcode 6.3.2 - SonarQube Server 4.5.4 - SonarQube Runner 2.4 - sonar-objective-c - 0.4.0 oclint.xml has plenty...
Hi @zippy1978, Yes I have the OCLint profile with 63 rules:  I've tried using the project quality profile for objective-c of Default...
I am now able to get violations to show up. Since OCLint violations weren't showing up, I switch to https://github.com/Backelite/sonar-objective-c in order to store FauxPas findings. Then I noticed that...
@amin234 I've now switched to OCLint 0.10.2 by installing and adding it to the path before calling run-sonar: OCLINT_HOME=/Applications/oclint/oclint-0.10.2 export PATH=$OCLINT_HOME/bin:$PATH