mirror of
https://github.com/OpenMW/openmw.git
synced 2025-12-07 18:04:34 +00:00
Ignore readability-identifier-naming for boost::program_options namespace alias
This commit is contained in:
parent
8682ea522f
commit
c6f381f1c4
1 changed files with 1 additions and 1 deletions
|
|
@ -17,4 +17,4 @@ CheckOptions:
|
|||
- key: readability-identifier-naming.NamespaceCase
|
||||
value: CamelCase
|
||||
- key: readability-identifier-naming.NamespaceIgnoredRegexp
|
||||
value: 'osg(DB|FX|Particle|Shadow|Viewer|Util)?'
|
||||
value: 'bpo|osg(DB|FX|Particle|Shadow|Viewer|Util)?'
|
||||
|
|
|
|||
Loading…
Reference in a new issue