Skip to content

Commit

Permalink
Merge pull request #17 from SublimeLinter/enable-rulesets
Browse files Browse the repository at this point in the history
Re-enable rulesets arg
  • Loading branch information
kaste authored May 11, 2018
2 parents 37fabcd + 1326ccb commit d17a0fa
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions linter.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,5 @@ class Phpmd(Linter):
tempfile_suffix = 'php'
defaults = {
'selector': 'source.php, text.html.basic',
# Not working, see https://github.com/SublimeLinter/SublimeLinter/issues/1349
# '@rulesets:,': 'cleancode,codesize,controversial,design,naming,unusedcode',
'args': 'cleancode,codesize,controversial,design,naming,unusedcode'
'@rulesets:,': 'cleancode,codesize,controversial,design,naming,unusedcode'
}

0 comments on commit d17a0fa

Please sign in to comment.