Skip to content

Commit

Permalink
doc
Browse files Browse the repository at this point in the history
  • Loading branch information
tomasbjerre committed Nov 6, 2016
1 parent b677d8f commit 5d94e7f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ It is used by:
* [Violation Comments to GitHub Lib](https://github.com/tomasbjerre/violation-comments-to-github-lib).
* [Violation Comments to Bitbucket Server Jenkins Plugin](https://github.com/jenkinsci/violation-comments-to-stash-plugin).
* [Violation Comments to Bitbucket Server Lib](https://github.com/tomasbjerre/violation-comments-to-bitbucket-server-lib).
* [Violations Jenkins Plugin](https://github.com/jenkinsci/violations-plugin).
* [Violation Comments Lib](https://github.com/tomasbjerre/violation-comments-lib).

## Developer instructions
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,6 @@
import se.bjurr.violations.lib.model.SEVERITY;
import se.bjurr.violations.lib.model.Violation;

/**
* PyLint. Format used by Flake8.
*/
public class CppLintParser implements ViolationsParser {

@Override
Expand Down

0 comments on commit 5d94e7f

Please sign in to comment.