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.
1 parent 4d819a5 commit e356ce2Copy full SHA for e356ce2
linter.py
@@ -5,7 +5,7 @@ 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>(.(?!\(\S+\)$))+)( \((?P<code>\S+)\)$)?' # noqa: E501
7
defaults = {
8
- 'selector': 'source.php - text.blade, text.html.basic',
+ 'selector': 'embedding.php, source.php - text.blade',
9
# we want auto-substitution of the filename,
10
# but `cmd` does not support that yet
11
'--stdin-path=': '${file}'
0 commit comments