Skip to content

Commit baa8015

Browse files
committed
don't lint blade
1 parent e817cd4 commit baa8015

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

linter.py

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

0 commit comments

Comments
 (0)