Skip to content

Commit

Permalink
Fix clang-tidy quirk
Browse files Browse the repository at this point in the history
  • Loading branch information
knelli2 committed Sep 10, 2024
1 parent 7bba2e1 commit 83b049a
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
Expand Up @@ -55,7 +55,7 @@ Checks: '*,
-llvm-qualified-auto,
# We are not developing LLVM libc,
-llvmlibc-*,
# Triggers when 'l' is used because it's "too similar" to 'I'
# Triggers when "l" is used because it's "too similar" to "I",
-misc-confusable-identifiers,
# thinks constexpr variables in header files cause ODR violations,
-misc-definitions-in-headers,
Expand Down

0 comments on commit 83b049a

Please sign in to comment.