Re: [Puppet Users] Re: Check code quality with SonarQube

2015-09-25 Thread Mike Skint
Just checking in David, wondering about the future parser progress. How is it going? Also may have found a bug, though it may be down to the future parser. I'm seeing a parse error in sonarqube for a manifest that runs fine under puppet 3.x and puppet with the future parser enabled. On Fri

Re: [Puppet Users] Re: Check code quality with SonarQube

2015-08-21 Thread David Racodon
Thank you Mike! ... and thanks to Iain as well who's co-developing the plugin with me. Glad you like it! As a bonus, I also released a JSON plugin. It provides similar https://github.com/puppet-community/metadata-json-lint checks, plus additional checks such as enforcing a specific license or aut

Re: [Puppet Users] Re: Check code quality with SonarQube

2015-08-20 Thread Mike Skint
David, what an outstanding tool! so so sweet! thank you! On Thursday, August 20, 2015 at 1:51:09 PM UTC-7, David Racodon wrote: > > Hi Mike, > > How does sonarqube differ from puppet-lint > > > SonarQube provides more checks than puppet-lint and similar checks have > fewer false negatives.

Re: [Puppet Users] Re: Check code quality with SonarQube

2015-08-20 Thread David Racodon
Looking forward to getting your feedback then! :-) David RACODON Freelance QA Consultant LinkedIn | Twitter On Thu, Aug 20, 2015 at 10:55 PM, Mike Skint wrote: > thanks David, > > looking forward to using i

Re: [Puppet Users] Re: Check code quality with SonarQube

2015-08-20 Thread Mike Skint
thanks David, looking forward to using it :) On Thursday, August 20, 2015 at 1:51:09 PM UTC-7, David Racodon wrote: > > Hi Mike, > > How does sonarqube differ from puppet-lint > > > SonarQube provides more checks than puppet-lint and similar checks have > fewer false negatives. > Checks are not

Re: [Puppet Users] Re: Check code quality with SonarQube

2015-08-20 Thread David Racodon
Hi Mike, How does sonarqube differ from puppet-lint SonarQube provides more checks than puppet-lint and similar checks have fewer false negatives. Checks are not only coding style related. There are checks: - to detect potential bugs: duplicated hash keys should be removed, duplicated par

[Puppet Users] Re: Check code quality with SonarQube

2015-08-20 Thread Mike Skint
Ahh, I see the future parser *isn't* yet supported. On Thursday, August 20, 2015 at 10:47:44 AM UTC-7, Mike Skint wrote: > > This is interesting, thanks. > > How does sonarqube differ from puppet-lint, also does it test for the > future parser? > > cheers. > > On Tuesday, August 18, 2015 at 1

[Puppet Users] Re: Check code quality with SonarQube

2015-08-20 Thread Mike Skint
This is interesting, thanks. How does sonarqube differ from puppet-lint, also does it test for the future parser? cheers. On Tuesday, August 18, 2015 at 11:13:11 PM UTC-7, David Racodon wrote: > > Hi, > > Iain and I developed a SonarQube plugin to > check code qu

[Puppet Users] Re: Check code quality with SonarQube

2015-08-19 Thread Chris Bowles
Thanks, David. Have never checked out SonarQube, but I like the idea of a Puppet code quality tool. ~ Chris On Wednesday, August 19, 2015 at 1:13:11 AM UTC-5, David Racodon wrote: > > Hi, > > Iain and I developed a SonarQube plugin to > check code quality of Puppet