Skip to content

Commit

Permalink
Move JIT's clang-tidy flags into configuration files and add a root c…
Browse files Browse the repository at this point in the history
…lang-tidy config that disables all checks. (dotnet#93951)
  • Loading branch information
jkoritzinsky authored Oct 25, 2023
1 parent 1410793 commit db55825
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .clang-tidy
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
---
Checks: '-*' # Disable all checks
3 changes: 3 additions & 0 deletions src/coreclr/jit/.clang-tidy
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
---
Checks: '-*,readability-braces*,modernize-use-nullptr'
HeaderFilterRegex: 'jit/.*'

0 comments on commit db55825

Please sign in to comment.