Skip to content

Commit

Permalink
Disable check for "invalid".
Browse files Browse the repository at this point in the history
  • Loading branch information
larseggert committed Jun 1, 2022
1 parent 24d0876 commit fb6024a
Showing 1 changed file with 17 additions and 16 deletions.
33 changes: 17 additions & 16 deletions .github/in-solidarity.yml
Original file line number Diff line number Diff line change
Expand Up @@ -262,22 +262,23 @@ rules:
- plug
- socket

invalid:
regex:
- /\binvalid\w*\b/gi
level: warning
alternatives:
- not valid
- unenforceable
- not binding
- inoperative
- illegitimate
- incorrect
- improper
- unacceptable
- inapplicable
- revoked
- rescinded
# Taken out after causing author confusion numerous time.
# invalid:
# regex:
# - /\binvalid\w*\b/gi
# level: warning
# alternatives:
# - not valid
# - unenforceable
# - not binding
# - inoperative
# - illegitimate
# - incorrect
# - improper
# - unacceptable
# - inapplicable
# - revoked
# - rescinded

blind:
regex:
Expand Down

0 comments on commit fb6024a

Please sign in to comment.