Skip to content

Commit 47a79b0

Browse files
authored
Merge pull request #60 from SublimeLinter/q-flag
2 parents 6e0f38a + edaa88b commit 47a79b0

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
@@ -3,7 +3,7 @@
33

44

55
class Phpcs(PhpLinter):
6-
cmd = ('phpcs', '--report=json', '${args}', '-')
6+
cmd = ('phpcs', '-q', '--report=json', '${args}', '-')
77
defaults = {
88
'selector': 'embedding.php, source.php - text.blade',
99
# we want auto-substitution of the filename,

0 commit comments

Comments
 (0)