Skip to content

Commit

Permalink
PCLint
Browse files Browse the repository at this point in the history
  • Loading branch information
tomasbjerre committed Feb 13, 2018
1 parent e304946 commit a9dcfb7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions README.md
Expand Up @@ -90,6 +90,7 @@ It supports:
* [_JCReport_](https://github.com/jCoderZ/fawkez/wiki/JcReport)
* [_Klocwork_](http://www.klocwork.com/products-services/klocwork/static-code-analysis)
* [_MyPy_](https://pypi.python.org/pypi/mypy-lang)
* [_PCLint_](http://www.gimpel.com/html/pcl.htm) PC-Lint using the same output format as the Jenkins warnings plugin, [_details here_](https://wiki.jenkins.io/display/JENKINS/PcLint+options)
* [_PerlCritic_](https://github.com/Perl-Critic)
* [_PiTest_](http://pitest.org/)
* [_PyDocStyle_](https://pypi.python.org/pypi/pydocstyle)
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Expand Up @@ -66,7 +66,7 @@
<dependency>
<groupId>se.bjurr.violations</groupId>
<artifactId>violations-git-lib</artifactId>
<version>1.8</version>
<version>1.9</version>
</dependency>
</dependencies>

Expand Down

0 comments on commit a9dcfb7

Please sign in to comment.