From b054d66b58cb66c2284d4d305ad9604844576b04 Mon Sep 17 00:00:00 2001 From: Tomas Bjerre Date: Tue, 13 Feb 2018 20:22:56 +0100 Subject: [PATCH] PCLint --- README.md | 1 + build.gradle | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index d36c7b3..8faf7bc 100644 --- a/README.md +++ b/README.md @@ -40,6 +40,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) diff --git a/build.gradle b/build.gradle index 372fbad..433deec 100644 --- a/build.gradle +++ b/build.gradle @@ -20,5 +20,5 @@ apply from: project.buildscript.classLoader.getResource('gradle-plugin.gradle'). dependencies { - compile 'se.bjurr.violations:violation-comments-to-gitlab-lib:1.26' + compile 'se.bjurr.violations:violation-comments-to-gitlab-lib:1.28' }