mirror of
https://github.com/carbon-language/carbon-lang.git
synced 2026-09-24 21:40:12 +01:00
Prevent clang-tidy from changing classof (#719)
This commit is contained in:
@@ -31,3 +31,7 @@ CheckOptions:
|
||||
- { key: readability-identifier-naming.VariableCase, value: lower_case }
|
||||
- { key: readability-identifier-naming.ParameterCase, value: lower_case }
|
||||
- { key: readability-identifier-naming.ClassMemberCase, value: lower_case }
|
||||
- {
|
||||
key: readability-identifier-naming.MethodIgnoredRegexp,
|
||||
value: '^classof$',
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user