mirror of
https://github.com/NixOS/nix
synced 2025-06-24 22:11:15 +02:00
Add misc-include-cleaner to .clang-tidy
This commit is contained in:
parent
48ec472084
commit
a0527da40e
1 changed files with 4 additions and 1 deletions
|
@ -1,3 +1,6 @@
|
|||
# We use pointers to aggregates in a couple of places, intentionally.
|
||||
# void * would look weird.
|
||||
Checks: '-bugprone-sizeof-expression'
|
||||
Checks: '
|
||||
misc-include-cleaner,
|
||||
-bugprone-sizeof-expression
|
||||
'
|
Loading…
Add table
Add a link
Reference in a new issue