Skip to content

Commit

Permalink
Remove commented code from .clang-tidy
Browse files Browse the repository at this point in the history
  • Loading branch information
nickpdemarco committed Feb 23, 2024
1 parent 72d5fc9 commit 065822d
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .clang-tidy
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,3 @@ Checks: "*,
WarningsAsErrors: ''
HeaderFilterRegex: ''
FormatStyle: none

# CheckOptions:
# - key: readability-identifier-length.IgnoredVariableNames
# value: 'x|y|z'
# - key: readability-identifier-length.IgnoredParameterNames
# value: 'x|y|z'

0 comments on commit 065822d

Please sign in to comment.