We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6f5f41f commit 744977cCopy full SHA for 744977c
vint/linting/policy/prohibit_abbreviation_option.py
@@ -22,9 +22,6 @@ class ProhibitAbbreviationOption(AbstractPolicy):
22
reference = ':help option-summary'
23
level = Level.STYLE_PROBLEM
24
25
- was_scriptencoding_found = False
26
- has_encoding_opt_after_scriptencoding = False
27
-
28
29
def listen_node_types(self):
30
return [NodeType.EXCMD, NodeType.OPTION]
0 commit comments