diff options
author | Dominick Allen <djallen@librehumanitas.org> | 2025-03-30 23:08:43 -0500 |
---|---|---|
committer | Dominick Allen <djallen@librehumanitas.org> | 2025-03-30 23:08:43 -0500 |
commit | cb9fa588ba8144fcdd52ba4b83d69d93fb18066f (patch) | |
tree | 214574ca68c1551ec76e7fbb9e0263793180231d /test/.clang-tidy | |
parent | 1d357adfa19725ee69fb267a363f1fd217b1272f (diff) |
Add hash map.
Diffstat (limited to 'test/.clang-tidy')
-rw-r--r-- | test/.clang-tidy | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/.clang-tidy b/test/.clang-tidy index 97da183..0b184c0 100644 --- a/test/.clang-tidy +++ b/test/.clang-tidy @@ -1,2 +1,2 @@ -Checks: -readability-function-cognitive-complexity +Checks: -readability-function-cognitive-complexity,-readability-magic-numbers InheritParentConfig: true |