clang-tidy: Stop suppressing readability-misleading-indentation warnings

All such warnings are already fixed in master.

Closes #1479
This commit is contained in:
Sean McBride 2024-04-09 13:31:45 -04:00 committed by Tormod Volden
parent 197e3052cd
commit e8d76b1a12
2 changed files with 1 additions and 2 deletions

View file

@ -29,7 +29,6 @@ readability-*,\
-readability-function-cognitive-complexity,\
-readability-isolate-declaration,\
-readability-magic-numbers,\
-readability-misleading-indentation,\
"
#WarningsAsErrors: "*"
...

View file

@ -1 +1 @@
#define LIBUSB_NANO 11925
#define LIBUSB_NANO 11926