mirror of
https://github.com/fish-shell/fish-shell
synced 2024-12-26 04:43:10 +00:00
a couple more oclint RAII error suppressions
This commit is contained in:
parent
8140f74d75
commit
34ca8fd213
1 changed files with 1 additions and 1 deletions
2
.oclint
2
.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:
|
||||
#
|
||||
|
|
Loading…
Reference in a new issue