Skip to content

Commit

Permalink
chore(clang-tidy): reorder rules alphabetically in config
Browse files Browse the repository at this point in the history
  • Loading branch information
Swiftb0y committed Sep 18, 2023
1 parent 169c54c commit e37b684
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .clang-tidy
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
---
Checks: >-
-*,
google-readability-namespace-comments,
modernize-use-bool-literals,
modernize-use-nullptr,
modernize-use-override,
readability-braces-around-statements,
google-readability-namespace-comments,
readability-non-const-parameter,
readability-qualified-auto
WarningsAsErrors: ""
Expand Down

0 comments on commit e37b684

Please sign in to comment.