Skip to content

Commit

Permalink
build: ignore modernize-use-nullptr
Browse files Browse the repository at this point in the history
it works as a false positive on spaceship operators `<=>`
  • Loading branch information
scarf005 committed Apr 22, 2023
1 parent df33588 commit 2660454
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .clang-tidy
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ Checks: >
-modernize-concat-nested-namespaces,
-modernize-loop-convert,
-modernize-unary-static-assert,
-modernize-use-nullptr,
-performance-no-automatic-move,
-performance-trivially-destructible,
-performance-for-range-copy,
Expand Down

0 comments on commit 2660454

Please sign in to comment.