Skip to content

Commit

Permalink
Merge pull request #4 from linuxmaniac/master
Browse files Browse the repository at this point in the history
add config_file info
  • Loading branch information
groteworld committed May 17, 2016
2 parents 64bf421 + f4e0028 commit 1501b7d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions linter.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ class Luacheck(Linter):
comment_re = r'\s*--'
inline_settings = 'limit'
inline_overrides = ('ignore', 'only', 'globals')
config_file = ('--config', '.luacheckrc', '~')
cmd = 'luacheck @ *'
regex = r'^(?P<filename>.+):(?P<line>\d+):(?P<col>\d+): (?P<message>.*)$'

Expand Down

0 comments on commit 1501b7d

Please sign in to comment.