Ignore readability-identifier-naming for boost::program_options namespace alias

This commit is contained in:
elsid 2025-07-27 12:21:13 +02:00
parent 8682ea522f
commit c6f381f1c4
No known key found for this signature in database
GPG Key ID: B845CB9FEE18AB40

View File

@ -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)?'