Skip to content

Commit edaa88b

Browse files
committed
add -q flag to suppress deprecations
and progress etc: all stuff we don't need should fix #59
1 parent 6e0f38a commit edaa88b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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)