Skip to content

Commit

Permalink
feat: ansible-later parser
Browse files Browse the repository at this point in the history
  • Loading branch information
tomasbjerre committed Jan 16, 2023
1 parent 0ab8eb1 commit ac1108d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,7 @@ A number of **parsers** have been implemented. Some **parsers** can parse output
| --- | --- | ---
| [_ARM-GCC_](https://developer.arm.com/open-source/gnu-toolchain/gnu-rm) | `CLANG` |
| [_AndroidLint_](http://developer.android.com/tools/help/lint.html) | `ANDROIDLINT` |
| [_Ansible-Later_](https://github.com/thegeeklab/ansible-later) | `ANSIBLELATER` | With `json` format
| [_AnsibleLint_](https://github.com/willthames/ansible-lint) | `FLAKE8` | With `-p`
| [_Bandit_](https://github.com/PyCQA/bandit) | `CLANG` | With `bandit -r examples/ -f custom -o bandit.out --msg-template "{abspath}:{line}: {severity}: {test_id}: {msg}"`
| [_CLang_](https://clang-analyzer.llvm.org/) | `CLANG` |
Expand Down Expand Up @@ -206,7 +207,7 @@ A number of **parsers** have been implemented. Some **parsers** can parse output
| [_YAMLLint_](https://yamllint.readthedocs.io/en/stable/index.html) | `YAMLLINT` | With `-f parsable`
| [_ZPTLint_](https://pypi.python.org/pypi/zptlint) | `ZPTLINT` |

49 parsers and 75 reporters.
50 parsers and 76 reporters.

Missing a format? Open an issue [here](https://github.com/tomasbjerre/violations-lib/issues)!

Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ apply from: project.buildscript.classLoader.getResource('main.gradle').toURI()


dependencies {
api 'se.bjurr.violations:violations-git-lib:1.47.7'
api 'se.bjurr.violations:violations-git-lib:1.48.0'
api 'se.softhouse:jargo:0.4.14'
api 'org.slf4j:slf4j-simple:2.0.6'
testImplementation 'junit:junit:4.13.2'
Expand Down

0 comments on commit ac1108d

Please sign in to comment.