Skip to content

Commit e817cd4

Browse files
committed
plugin no longer opinionated about standards
1 parent 4ae36fd commit e817cd4

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

linter.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,5 @@ class Phpcs(ComposerLinter):
88
defaults = {
99
'selector': 'source.php, text.html.basic',
1010
# we want auto-substitution of the filename, but `cmd` does not support that yet
11-
'--stdin-path=': '${file}',
12-
'--standard=': 'PSR2',
11+
'--stdin-path=': '${file}'
1312
}

0 commit comments

Comments
 (0)