Files
matar/.clang-tidy
Amneesh Singh 3cf5cbd024 refactor: make linter happy
also add a few unused coprocessor instructions

Signed-off-by: Amneesh Singh <natto@weirdnatto.in>
2023-09-14 01:19:41 +05:30

8 lines
244 B
YAML

Checks: '
, clang-analyzer-*
, cppcoreguidelines-*
, -cppcoreguidelines-avoid-magic-numbers
, -cppcoreguidelines-pro-bounds-constant-array-index
, -cppcoreguidelines-macro-usage
, -cppcoreguidelines-avoid-const-or-ref-data-members
'