Skip to content

Commit

Permalink
minor cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
sindresorhus committed Feb 14, 2016
1 parent 316cfa6 commit ab80ba5
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions linter.py
Expand Up @@ -8,14 +8,10 @@
# License: MIT
#

"""This module exports the Alex plugin class."""

from SublimeLinter.lint import NodeLinter


class Alex(NodeLinter):
"""Provides an interface to Alex."""

cmd = 'alex'
regex = r'^\s+(?P<line>\d+):(?P<col>\d+).+(?:(?P<warning>warning)) (?P<message>.+)'
selectors = {
Expand Down

0 comments on commit ab80ba5

Please sign in to comment.