mirror of
https://github.com/libusb/libusb
synced 2024-11-21 06:26:10 -07:00
clang-tidy: Stop suppressing readability-misleading-indentation warnings
All such warnings are already fixed in master. Closes #1479
This commit is contained in:
parent
197e3052cd
commit
e8d76b1a12
2 changed files with 1 additions and 2 deletions
|
@ -29,7 +29,6 @@ readability-*,\
|
|||
-readability-function-cognitive-complexity,\
|
||||
-readability-isolate-declaration,\
|
||||
-readability-magic-numbers,\
|
||||
-readability-misleading-indentation,\
|
||||
"
|
||||
#WarningsAsErrors: "*"
|
||||
...
|
||||
|
|
|
@ -1 +1 @@
|
|||
#define LIBUSB_NANO 11925
|
||||
#define LIBUSB_NANO 11926
|
||||
|
|
Loading…
Reference in a new issue