Disallow rule names starting with avoid-*

This commit is contained in:
Martin Fischer 2023-02-10 07:07:09 +01:00 committed by Charlie Marsh
parent 1a97de0b01
commit ec63658250
9 changed files with 21 additions and 20 deletions

View file

@ -1,4 +1,4 @@
# avoid-quote-escape (Q003)
# avoidable-escaped-quote (Q003)
Derived from the **flake8-quotes** linter.