Skip to content

Conversation

@braver
Copy link
Member

@braver braver commented Mar 26, 2018

No description provided.

@braver braver requested a review from kaste March 26, 2018 11:16
linter.py Outdated
is_sublime_file = os.path.splitext(self.filename)[1] in self.extensions
is_sublime_file = os.path.splitext(self.filename)[1].startswith('.sublime-')

if Linter.get_view_settings(self).get('strict') and not is_sublime_file:
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Linter.get_view_settings(self) -> self.get_view_setting()

Also below: mutating self.__class__.regex is not allowed. Should try self.regex.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Better now?

@braver braver merged commit 96ca020 into master Mar 28, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

3 participants