Skip to content

Commit

Permalink
ci: improved clang-tidy file regexes
Browse files Browse the repository at this point in the history
  • Loading branch information
jonasgeiler committed Sep 5, 2024
1 parent 815065b commit 1092e86
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .clang-tidy
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ Checks: >-
readability-*,
CheckOptions:
misc-header-include-cycle.IgnoredFilesList: 'lib/compat-5.3/compat-5.3\.h'
misc-include-cleaner.IgnoreHeaders: 'lib/compat-5.3/compat-5.3\.h'
misc-header-include-cycle.IgnoredFilesList: '\/lib\/compat-5\.3\/compat-5\.3\.h$'
misc-include-cleaner.IgnoreHeaders: '\/lib\/compat-5\.3\/compat-5\.3\.h$'
readability-identifier-length.IgnoredVariableNames: '^[xy]$' # allow coordinate variables
readability-identifier-length.IgnoredParameterNames: '^[L]$' # allow Lua state parameter

Expand Down

0 comments on commit 1092e86

Please sign in to comment.