Skip to content

Commit

Permalink
Artity 4 on -v
Browse files Browse the repository at this point in the history
  • Loading branch information
tomasbjerre committed Jun 15, 2019
1 parent 2fda1e5 commit 50693f9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@ A number of **parsers** have been implemented. Some **parsers** can parse output
| [_Infer_](http://fbinfer.com/) | `PMD` | Facebook Infer. With `--pmd-xml`.
| [_JCReport_](https://github.com/jCoderZ/fawkez/wiki/JcReport) | `JCREPORT` |
| [_JSHint_](http://jshint.com/) | `JSHINT` |
| [_JUnit_](https://junit.org/junit4/) | `JUNIT` |
| [_KTLint_](https://github.com/shyiko/ktlint) | `CHECKSTYLE` |
| [_Klocwork_](http://www.klocwork.com/products-services/klocwork/static-code-analysis) | `KLOCWORK` |
| [_KotlinGradle_](https://github.com/JetBrains/kotlin) | `KOTLINGRADLE` | Output from Kotlin Gradle Plugin.
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/se/bjurr/violations/main/Runner.java
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ public void main(final String args[]) throws Exception {
.collect(Collectors.joining(", "));
final Argument<List<List<String>>> violationsArg =
stringArgument("--violations", "-v")
.variableArity()
.arity(4)
.repeated()
.description(
"The violations to look for. <PARSER> <FOLDER> <REGEXP PATTERN> <NAME> where PARSER is one of: "
Expand Down

0 comments on commit 50693f9

Please sign in to comment.