Kurtis Rader
83b1b5d282
Tell oclint
to ignore another idiom that is safe
2017-09-09 00:18:05 -07:00
Kurtis Rader
8754f776d8
fix oclint NPATH_COMPLEXITY custom threshold
2017-07-12 22:38:32 -07:00
Kurtis Rader
69e823d612
customize some oclint thresholds
2017-06-16 21:01:57 -07:00
Kurtis Rader
d71c4d129c
customize some oclint thresholds
...
Allow functions to be slightly longer than oclint thinks is appropriate
by default.
2017-06-11 17:14:02 -07:00
Kurtis Rader
41f1232cf9
disable oclint BitwiseOperatorInConditional warning
2016-10-28 17:52:56 -07:00
Kurtis Rader
6e6b294a3f
lint: deal with "double negative" warnings
2016-10-20 21:14:40 -07:00
Kurtis Rader
34ca8fd213
a couple more oclint RAII error suppressions
2016-07-20 23:05:08 -07:00
Kurtis Rader
8140f74d75
simplify oclint error suppression for scoped_buffer_t
2016-07-20 22:43:48 -07:00
Kurtis Rader
1d2fff9686
simplify oclint error suppression for scoped_lock
2016-07-20 22:30:58 -07:00
Kurtis Rader
49d9883b3e
disable the oclint InvertedLogic rule
2016-05-22 20:21:04 -07:00
Kurtis Rader
4246cfa95c
config oclint to allow longer var names
2016-05-04 16:55:47 -07:00
Kurtis Rader
22cc0515c9
another oclint rule to ignore
2016-05-04 16:49:06 -07:00
Kurtis Rader
42068931c7
eliminate "useless parentheses" lint errors
...
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.
2016-05-03 21:31:32 -07:00
Kurtis Rader
6fa09e6a70
add make targets to lint the code
...
Fixes #2818
2016-04-01 16:29:06 -07:00