Skip to content

Commit

Permalink
remove REFramework stuff from clang-tidy
Browse files Browse the repository at this point in the history
  • Loading branch information
praydog committed Aug 19, 2022
1 parent f9e3ea4 commit 851e3a1
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .clang-tidy
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
Checks: -*,readability-identifier-naming,readability-else-after-return
HeaderFilterRegex: '^.*src.*(RE|Mod|FreeCam|FirstPerson|Hook|Developer|Object|Flashlight|utility).*\.hpp$'
# HeaderFilterRegex: '^(.*src.*REContext).*\.hpp$'
HeaderFilterRegex: '^.*src.*\.hpp$'
CheckOptions:
# Classes, structs, ...
- key: readability-identifier-naming.NamespaceCase
Expand Down

0 comments on commit 851e3a1

Please sign in to comment.