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.
2 parents e32bef5 + 2886fdc commit 1be097bCopy full SHA for 1be097b
linter.py
@@ -52,10 +52,9 @@ class Annotations(Linter):
52
}
53
54
def run(self, cmd, code):
55
- settings = self.get_view_settings()
56
options = {}
57
for option in ('errors', 'warnings'):
58
- words = settings.get(option)
+ words = self.settings.get(option)
59
options[option] = '|'.join(_escape_words(words))
60
61
mark_regex = re.compile(self.mark_regex_template.format_map(options))
0 commit comments