Skip to content

Commit

Permalink
CLang, RubyCop, GoLint, GoVet, PHPMD, PHPCS
Browse files Browse the repository at this point in the history
  • Loading branch information
tomasbjerre committed Feb 18, 2017
1 parent 8898ee0 commit ab7122d
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 3 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,20 @@

Changelog of Violation Comments to Bitbucket Server Plugin.

## 1.44
### No issue

**Finding findbugsmessages and correcting codenarc**


[255fbf1d2592655](https://github.com/jenkinsci/violation-comments-to-stash-plugin/commit/255fbf1d2592655) Tomas Bjerre *2017-02-16 21:12:17*

**doc**


[02443ffc6f55efe](https://github.com/jenkinsci/violation-comments-to-stash-plugin/commit/02443ffc6f55efe) Tomas Bjerre *2017-02-06 18:44:46*


## 1.43
### No issue

Expand Down
14 changes: 12 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,16 +8,25 @@ It uses [Violation Comments to Bitbucket Server Lib](https://github.com/tomasbje

It supports:
* [_AndoidLint_](http://developer.android.com/tools/help/lint.html)
* [_Checkstyle_](http://checkstyle.sourceforge.net/) ([_ESLint_](https://github.com/sindresorhus/grunt-eslint) with `format: 'checkstyle'`)
* [_Checkstyle_](http://checkstyle.sourceforge.net/)
* [_ESLint_](https://github.com/sindresorhus/grunt-eslint) with `format: 'checkstyle'`.
* [_PHPCS_](https://github.com/squizlabs/PHP_CodeSniffer) with `phpcs api.php --report=checkstyle`.
* [_CLang_](https://clang-analyzer.llvm.org/)
* [_RubyCop_](http://rubocop.readthedocs.io/en/latest/formatters/) with `rubycop -f clang file.rb`
* [_CodeNarc_](http://codenarc.sourceforge.net/)
* [_CPD_](http://pmd.sourceforge.net/pmd-4.3.0/cpd.html)
* [_CPPLint_](https://github.com/theandrewdavis/cpplint)
* [_CPPCheck_](http://cppcheck.sourceforge.net/)
* [_CSSLint_](https://github.com/CSSLint/csslint)
* [_Findbugs_](http://findbugs.sourceforge.net/)
* [_Flake8_](http://flake8.readthedocs.org/en/latest/) ([_Pep8_](https://github.com/PyCQA/pycodestyle), [_Mccabe_](https://pypi.python.org/pypi/mccabe), [_PyFlakes_](https://pypi.python.org/pypi/pyflakes))
* [_Flake8_](http://flake8.readthedocs.org/en/latest/)
* [_Pep8_](https://github.com/PyCQA/pycodestyle)
* [_Mccabe_](https://pypi.python.org/pypi/mccabe)
* [_PyFlakes_](https://pypi.python.org/pypi/pyflakes)
* [_FxCop_](https://en.wikipedia.org/wiki/FxCop)
* [_Gendarme_](http://www.mono-project.com/docs/tools+libraries/tools/gendarme/)
* [_GoLint_](https://github.com/golang/lint)
* [_GoVet_](https://golang.org/cmd/vet/) Same format as GoLint.
* [_JSHint_](http://jshint.com/)
* _Lint_ A common XML format, used by different linters.
* [_JCReport_](https://github.com/jCoderZ/fawkez/wiki/JcReport)
Expand All @@ -27,6 +36,7 @@ It supports:
* [_PyDocStyle_](https://pypi.python.org/pypi/pydocstyle)
* [_PyLint_](https://www.pylint.org/)
* [_PMD_](https://pmd.github.io/)
* [_PHPPMD_](https://phpmd.org/) with `phpmd api.php xml ruleset.xml`.
* [_ReSharper_](https://www.jetbrains.com/resharper/)
* [_Simian_](http://www.harukizaemon.com/simian/)
* [_StyleCop_](https://stylecop.codeplex.com/)
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ Changelog of Violation Comments to Bitbucket Server Plugin.
<dependency>
<groupId>se.bjurr.violations</groupId>
<artifactId>violation-comments-to-bitbucket-server-lib</artifactId>
<version>1.19</version>
<version>1.20</version>
</dependency>

<!-- test // -->
Expand Down

0 comments on commit ab7122d

Please sign in to comment.