Skip to content

Commit

Permalink
Remove outdated attributes
Browse files Browse the repository at this point in the history
  • Loading branch information
fatbasstard committed Jun 18, 2018
1 parent 8a51d17 commit 0c8dbf2
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions linter.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,16 +17,12 @@ class CfnLint(Linter):

cmd = ('cfn-lint', '--template', '${file}', '--format', 'parseable')
executable = None
version_args = '--version'
version_re = r'(?P<version>\d+\.\d+\.\d+)'
version_requirement = '>= 3.0.1'
regex = r'^.+?:(?P<line>\d+):(?P<col>\d+):\d+:\d+:((?P<warning>W)|(?P<error>E))(?P<code>.{4}):(?P<message>.+)'
multiline = True
line_col_base = (1, 1)
tempfile_suffix = '-'
error_stream = util.STREAM_STDOUT
word_re = None
comment_re = r'\s*#'

defaults = {
'selector': 'source.yaml, source.json',
Expand Down

0 comments on commit 0c8dbf2

Please sign in to comment.