Skip to content

Commit cc6dfe2

Browse files
committed
Remove deprecated 'composer_name' setting
1 parent e543e58 commit cc6dfe2

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)