Skip to content

Commit

Permalink
[ci] Remove a couple of obsolete clang-tidy checks (wpilibsuite#4396)
Browse files Browse the repository at this point in the history
We no longer use LLVM StringRef or Twine.
  • Loading branch information
PeterJohnson authored Sep 3, 2022
1 parent a5df391 commit 2742662
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .clang-tidy
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,6 @@ Checks:
google-readability-avoid-underscore-in-googletest-name,
google-readability-casting,
google-runtime-operator,
llvm-twine-local,
misc-definitions-in-headers,
misc-misplaced-const,
misc-new-delete-overloads,
Expand All @@ -70,6 +69,3 @@ Checks:
modernize-use-using,
readability-braces-around-statements'
FormatStyle: file
CheckOptions:
- key: bugprone-dangling-handle
value: 'wpi::StringRef;wpi::Twine'

0 comments on commit 2742662

Please sign in to comment.