-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Closed as not planned
Labels
S-triageStatus: PR was triaged and is waiting for an action from a maintainer (closing/moving/... the PR)Status: PR was triaged and is waiting for an action from a maintainer (closing/moving/... the PR)
Description
I found myself ctrl-replacing a bunch of meta items in a file and ended up with a few that said cfg(not(not(...)))
. This is obviously wrong and it would be nice if we linted this somehow.
We could potentially extend this from just double negatives to include other expressions which include too many not
s, like any(not(A), not(B), not(C), ...)
-> not(all(A, B, C))
.
Metadata
Metadata
Assignees
Labels
S-triageStatus: PR was triaged and is waiting for an action from a maintainer (closing/moving/... the PR)Status: PR was triaged and is waiting for an action from a maintainer (closing/moving/... the PR)