Skip to content

Commit f0bf60f

Browse files
authored
Merge pull request #45 from SublimeLinter/remove-composer-name
Remove deprecated 'composer_name' setting
2 parents e543e58 + cc6dfe2 commit f0bf60f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

linter.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
class Phpcs(ComposerLinter):
55
cmd = ('phpcs', '--report=emacs', '${args}', '-')
66
regex = r'^.*:(?P<line>[0-9]+):(?P<col>[0-9]+): (?:(?P<error>error)|(?P<warning>warning)) - (?P<message>.+)'
7-
composer_name = 'phpcs'
87
defaults = {
98
'selector': 'source.php - text.blade, text.html.basic',
109
# we want auto-substitution of the filename, but `cmd` does not support that yet

0 commit comments

Comments
 (0)