mirror of https://github.com/dotnet/runtime
Move JIT's clang-tidy flags into configuration files and add a root clang-tidy config that disables all checks. (#93951)
This commit is contained in:
parent
14107934ad
commit
db558253fb
|
@ -0,0 +1,2 @@
|
|||
---
|
||||
Checks: '-*' # Disable all checks
|
|
@ -0,0 +1,3 @@
|
|||
---
|
||||
Checks: '-*,readability-braces*,modernize-use-nullptr'
|
||||
HeaderFilterRegex: 'jit/.*'
|
Loading…
Reference in New Issue