We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e543e58 + cc6dfe2 commit f0bf60fCopy full SHA for f0bf60f
linter.py
@@ -4,7 +4,6 @@
4
class Phpcs(ComposerLinter):
5
cmd = ('phpcs', '--report=emacs', '${args}', '-')
6
regex = r'^.*:(?P<line>[0-9]+):(?P<col>[0-9]+): (?:(?P<error>error)|(?P<warning>warning)) - (?P<message>.+)'
7
- composer_name = 'phpcs'
8
defaults = {
9
'selector': 'source.php - text.blade, text.html.basic',
10
# we want auto-substitution of the filename, but `cmd` does not support that yet
0 commit comments