Skip to content

Commit a27b1a5

Browse files
committed
pass on IDEInstInteraction analysis and a few fixes
1 parent 27d0948 commit a27b1a5

5 files changed

Lines changed: 280 additions & 231 deletions

File tree

.clang-tidy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ CheckOptions:
5555
- key: readability-identifier-naming.ParameterIgnoredRegexp
5656
value: (d|d1|d2|d3|d4|d5|eP|f|n)
5757
- key: readability-identifier-naming.FunctionIgnoredRegexp
58-
value: (try_emplace|from_json|to_json)
58+
value: (try_emplace|from_json|to_json|equal_to)
5959
- key: cppcoreguidelines-special-member-functions.AllowSoleDefaultDtor
6060
value: 1
6161
- key: cppcoreguidelines-special-member-functions.AllowMissingMoveFunctions

0 commit comments

Comments
 (0)