From f4174f1fa5faeab8158dbff7bc5e8837acba78a0 Mon Sep 17 00:00:00 2001 From: Tomas Bjerre Date: Mon, 6 Feb 2017 18:57:18 +0100 Subject: [PATCH] Adding MyPy and PyDocStyle parsers --- README.md | 2 ++ pom.xml | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index b9acdde..06365f5 100644 --- a/README.md +++ b/README.md @@ -21,8 +21,10 @@ It supports: * [_JSHint_](http://jshint.com/) * _Lint_ A common XML format, used by different linters. * [_JCReport_](https://github.com/jCoderZ/fawkez/wiki/JcReport) + * [_MyPy_](https://pypi.python.org/pypi/mypy-lang) * [_PerlCritic_](https://github.com/Perl-Critic) * [_PiTest_](http://pitest.org/) + * [_PyDocStyle_](https://pypi.python.org/pypi/pydocstyle) * [_PyLint_](https://www.pylint.org/) * [_PMD_](https://pmd.github.io/) * [_ReSharper_](https://www.jetbrains.com/resharper/) diff --git a/pom.xml b/pom.xml index 8c9d9d6..07e6a2c 100644 --- a/pom.xml +++ b/pom.xml @@ -185,7 +185,7 @@ Changelog of Violation Comments to Bitbucket Server Plugin. se.bjurr.violations violation-comments-to-bitbucket-server-lib - 1.17 + 1.18