Skip to content

Commit

Permalink
Prevent clang-tidy from changing classof (#719)
Browse files Browse the repository at this point in the history
  • Loading branch information
jonmeow authored Aug 9, 2021
1 parent 988f467 commit deb1981
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .clang-tidy
Original file line number Diff line number Diff line change
Expand Up @@ -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$',
}

0 comments on commit deb1981

Please sign in to comment.