Skip to content

Commit 1337322

Browse files
authored
Update README.md
1 parent 36e9dee commit 1337322

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,13 +21,12 @@ Before using this plugin, ensure that `phpcs` is installed on your system, prefe
2121
- SublimeLinter settings: http://sublimelinter.com/en/latest/settings.html
2222
- Linter settings: http://sublimelinter.com/en/latest/linter_settings.html
2323

24-
Use the `"args"` setting to configure the coding standard, and/or to display the sniff codes for each error:
24+
Use the `"args"` setting to configure the coding standard, if you've not done so via [configuration file](https://github.com/PHPCSStandards/PHP_CodeSniffer/wiki/Annotated-Ruleset).
2525

2626
```json
2727
{
2828
"args": [
2929
"--standard=PEAR", // code standard
30-
"-s" // display sniff codes
3130
]
3231
}
3332
```

0 commit comments

Comments
 (0)