Skip to content
This repository has been archived by the owner on Mar 2, 2024. It is now read-only.

Commit

Permalink
Commenting on diff
Browse files Browse the repository at this point in the history
  • Loading branch information
tomasbjerre committed Oct 7, 2018
1 parent 837502f commit bcf4076
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 4 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,11 @@ Changelog of Violation comments to gitlab gradle plugin.
## Unreleased
### No issue

**Automating reporters in readme**


[837502fbe6f8bab](https://github.com/tomasbjerre/violation-comments-to-gitlab-gradle-plugin/commit/837502fbe6f8bab) Tomas Bjerre *2018-09-23 12:06:28*

**Doc**


Expand Down Expand Up @@ -113,7 +118,7 @@ Changelog of Violation comments to gitlab gradle plugin.


## 1.12
### GitHub #33
### GitHub #33

**NullAway**

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,8 @@ A number of **parsers** have been implemented. Some **parsers** can parse output
| [_MyPy_](https://pypi.python.org/pypi/mypy-lang) | `MYPY` |
| [_NullAway_](https://github.com/uber/NullAway) | `GOOGLEERRORPRONE` | Same format as Google Error Prone.
| [_PCLint_](http://www.gimpel.com/html/pcl.htm) | `PCLINT` | PC-Lint using the same output format as the Jenkins warnings plugin, [_details here_](https://wiki.jenkins.io/display/JENKINS/PcLint+options)
| [_PHPCS_](https://github.com/squizlabs/PHP_CodeSniffer) | `CHECKSTYLE` | with `phpcs api.php --report=checkstyle`.
| [_PHPPMD_](https://phpmd.org/) | `PMD` | with `phpmd api.php xml ruleset.xml`.
| [_PHPCS_](https://github.com/squizlabs/PHP_CodeSniffer) | `CHECKSTYLE` | With `phpcs api.php --report=checkstyle`.
| [_PHPPMD_](https://phpmd.org/) | `PMD` | With `phpmd api.php xml ruleset.xml`.
| [_PMD_](https://pmd.github.io/) | `PMD` |
| [_Pep8_](https://github.com/PyCQA/pycodestyle) | `FLAKE8` |
| [_PerlCritic_](https://github.com/Perl-Critic) | `PERLCRITIC` |
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,5 @@ apply from: project.buildscript.classLoader.getResource('gradle-plugin.gradle').
apply from: project.buildscript.classLoader.getResource('violations.gradle').toURI()

dependencies {
compile 'se.bjurr.violations:violation-comments-to-gitlab-lib:1.49'
compile 'se.bjurr.violations:violation-comments-to-gitlab-lib:1.54'
}

0 comments on commit bcf4076

Please sign in to comment.