Brian Kottcamp

Results 5 comments of 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: ![screen shot 2015-06-16 at 1 21 32 pm](https://cloud.githubusercontent.com/assets/1441019/8192404/172ed4b0-142b-11e5-886b-a51c3d356ed8.png) 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