sonar-puppet icon indicating copy to clipboard operation
sonar-puppet copied to clipboard

SonarQube plugin for Puppet code.

Results 20 sonar-puppet issues
Sort by recently updated
recently updated
newest added

This would require support for multiple parsers: https://groups.google.com/forum/#!topic/sonarqube/9kQNWZw0Bs0

enhancement

@iwarapter @racodond Are there any plans to update this plugin to support the latest SonarQube LTS versions? I also noticed this plugin was posted on the deprecated list by SonarQube:...

This pull request fixes an exception raised on Sonarqube 7.7: `java.lang.UnsupportedOperationException: Metric 'files' should not be computed by a Sensor`

The code colorizer API (deprecated since 4.5.2) will be removed in SonarQube 6.4. More details here: https://jira.sonarsource.com/browse/SONAR-7860 Puppet plugin is currently still using it, which would make it incompatible with...

Just trying to make this plugin parse generic-test-date. Just copied the relevant files from sonar-puppet, but since I'm a noob with java/groovy I'm stcuk .... I guessed building is done...

Several extensions for rspec enable junit output formatting: https://github.com/sj26/rspec_junit_formatter https://github.com/natritmeyer/yarjuf The test results can then be fed into Sonar.

enhancement
metrics

During our initial implementation of GitHub packaged by teamcity and pushed by octopus, a file was copied to the puppet server with the wrong end of line character (was using...

Hello, The **puppet:PuppetURLModules** is a relevant rule, but as explain in linked [Puppet File Server Guide](https://docs.puppet.com/puppet/latest/file_serving.html#serving-module-files): > Generally, files are stored in modules. But if you need to serve larger...

enhancement