mirror of
https://github.com/VSadov/Satori.git
synced 2025-06-08 03:27:04 +09:00
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
2 changed files with 5 additions and 0 deletions
2
.clang-tidy
Normal file
2
.clang-tidy
Normal file
|
@ -0,0 +1,2 @@
|
|||
---
|
||||
Checks: '-*' # Disable all checks
|
3
src/coreclr/jit/.clang-tidy
Normal file
3
src/coreclr/jit/.clang-tidy
Normal file
|
@ -0,0 +1,3 @@
|
|||
---
|
||||
Checks: '-*,readability-braces*,modernize-use-nullptr'
|
||||
HeaderFilterRegex: 'jit/.*'
|
Loading…
Add table
Add a link
Reference in a new issue