From 34ca8fd213646485b28181c49a705dc4949b541c Mon Sep 17 00:00:00 2001 From: Kurtis Rader Date: Wed, 20 Jul 2016 23:05:08 -0700 Subject: [PATCH] a couple more oclint RAII error suppressions --- .oclint | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.oclint b/.oclint index ad9e01d21..86f1f7402 100644 --- a/.oclint +++ b/.oclint @@ -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: #