Skip to content

Commit

Permalink
Create oclint config file that turns off long line warnings and redun…
Browse files Browse the repository at this point in the history
…dant parentheses.
  • Loading branch information
hbowden committed Apr 14, 2016
1 parent f82c6f7 commit 30aee93
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .oclint
@@ -0,0 +1,9 @@
disable-rules:
- UselessParentheses
- LongLine
output: oclint.html
report-type: html
max-priority-1: 100
max-priority-2: 100
max-priority-3: 100
enable-clang-static-analyzer: false

0 comments on commit 30aee93

Please sign in to comment.