a couple more oclint RAII error suppressions

This commit is contained in:
Kurtis Rader 2016-07-20 23:05:08 -07:00
parent 8140f74d75
commit 34ca8fd213

View File

@ -24,7 +24,7 @@ rule-configurations:
# RAII behavior so the local vars are actually used.
#
- key: RAII_CUSTOM_CLASSES
value: scoped_lock scoped_buffer_t
value: scoped_lock scoped_buffer_t builtin_commandline_scoped_transient_t scoped_push
disable-rules:
#