Skip to content
Snippets Groups Projects
Commit 659efdf0 authored by Jan Trávníček's avatar Jan Trávníček
Browse files

Disable indentation check in clang-tidy

parent b0e95173
No related branches found
No related tags found
1 merge request!95Many clang-tidy fixes
Pipeline #40833 passed with warnings
......@@ -21,6 +21,7 @@ readability-*,\
-readability-named-parameter,\
-readability-braces-around-statements,\
-readability-else-after-return,\
-readability-misleading-indentation,\
"
WarningsAsErrors: '*'
HeaderFilterRegex: '.*/(src)/*'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment