Skip to content

Commit af446e6

Browse files
committed
Delete redundant attributes with default values
1 parent b88a9c3 commit af446e6

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

linter.py

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -37,15 +37,9 @@ class Dockerfilelint(Linter):
3737
r'(?P<message>.+)$\r?\n'
3838
)
3939
multiline = True
40-
line_col_base = (1, 1)
41-
tempfile_suffix = None
4240
error_stream = util.STREAM_STDOUT
4341
selectors = {}
44-
word_re = None
4542
defaults = {}
46-
inline_settings = None
47-
inline_overrides = None
48-
comment_re = None
4943

5044
def run(self, cmd, code):
5145
output = super().run(self, cmd, code)

0 commit comments

Comments
 (0)