Skip to content

Commit

Permalink
Merge pull request #7 from GoupilRobin/patch-1
Browse files Browse the repository at this point in the history
Fix linter missing .htmlhintrc if not in the active directory
  • Loading branch information
mmaday committed Apr 12, 2017
2 parents 77fbe90 + f82fd31 commit ecfaac6
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 @@ -25,7 +25,7 @@ class Htmlhint(NodeLinter):
version_requirement = '>= 0.9.13'
# empty regex so plugin initializes properly
regex = r''
config_file = ('--config', '.htmlhintrc', '~')
config_file = ('--config', '.htmlhintrc')

def find_errors(self, output):
"""
Expand Down

0 comments on commit ecfaac6

Please sign in to comment.