Skip to content

Commit

Permalink
Merge pull request #56 from TomasBarry/fix/change-get-view-settings-t…
Browse files Browse the repository at this point in the history
…o-settings

Change `self.get_view_settings()` to `self.settings`
  • Loading branch information
kaste authored Jul 23, 2019
2 parents c895790 + 454b438 commit 798bf4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion linter.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ def on_stderr(self, stderr):
logger.error(stderr)

def cmd(self):
settings = self.get_view_settings()
settings = self.settings
if settings['init-hook'] is None:
paths = settings['paths']
if paths:
Expand Down

0 comments on commit 798bf4f

Please sign in to comment.