aboutsummaryrefslogtreecommitdiffhomepage
path: root/.oclint
Commit message (Collapse)AuthorAge
* disable the oclint InvertedLogic ruleGravatar Kurtis Rader2016-05-22
|
* config oclint to allow longer var namesGravatar Kurtis Rader2016-05-04
|
* another oclint rule to ignoreGravatar Kurtis Rader2016-05-04
|
* eliminate "useless parentheses" lint errorsGravatar Kurtis Rader2016-05-03
| | | | | | | Some `oclint` errors regarding "useless parentheses" are meaningfull. But the vast majority are bogus in as much as removing the parentheses reduces readability. So fix a few of the egregious uses and otherwise suppress that error.
* add make targets to lint the codeGravatar Kurtis Rader2016-04-01
Fixes #2818