octo-technology / sonar-objective-c

Sonar Plugin for Objective C
517 stars 206 forks source link

Faux Pas integration #79

Closed zippy1978 closed 1 year ago

zippy1978 commented 9 years ago

Note: this PR replaces my previous one

Hi,

Here is a PR to add Faux Pas support (http://fauxpasapp.com/) to the plugin. Here are the details:

Gilles

cyrilpicat commented 9 years ago

Hello Gilles,

thanks a lot for this pull request.

I did not know much about this tool. I will test your PR and merge it next week.

Cheers,

tbores commented 9 years ago

Hello, any news about the integration of this pull request?

cyrilpicat commented 9 years ago

you are right, I will merge it in the trunk quickly, and plan a new version of the plugin soon, hopefully this week or next week.

thanks for the heads up,

sorry for the delay

tbores commented 9 years ago

Thanks for your quick answer. We will also post a new Pull Request next week for the implementation of the Complexity Metric (https://github.com/agh92/sonar-objective-c/tree/lizard_complexity). But first we have to finish the Unit Tests.

sarang1991 commented 9 years ago

In my project directory sonar-report/oclint is not created, when i executing sonar-runner. So that in sonar no violations listed. But when i manually executing commands like xcodebuild clean build > xcodebuild.log

oclint-xcodebuild

oclint-json-compilation-database -- -report-type pmd -o oclint.xml

i got oclint.xml. then i created a sonar-report folder in project directory and pasted oclint.xml. Then i got violations listed in my sonar. why file not found exception occures ? why no folder created ? how can i execute above three commands to generate oclint.xml ? wher to add those commands? please give your valuable suggestions.