roeeduv

Results 3 comments of roeeduv

I believe i created a working google checkstyle xml file just import it when you create Quality Profile for Java [google checkstyle for sonar.zip](https://github.com/checkstyle/sonar-checkstyle/files/2440940/google.checkstyle.for.sonar.zip) **Note**: 12 rules that caused errors...

I didn't use Checkstyle rules. I took Google's coding style XML and deleted all the rules with errors (about 12 rules) and I added them later from Checkstyle templates

> I am getting the following error when I load your checkstyle in sonar: > > ``` > checkstyle:com.puppycrawl.tools.checkstyle.checks.whitespace.EmptyLineSeparatorCheck > ``` > > I believe i created a working google...