You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 5, 2022. It is now read-only.
// Execute the sniffer on file save. (Using contextual menu instead)
167
-
"phpcs_execute_on_save": false,
168
-
// Show the error list after save. (Using sublime linter instead)
169
-
"phpcs_show_errors_on_save": false,
170
-
// Show the errors in the quick panel so you can then goto line. (Gets annoying)
171
-
"phpcs_show_quick_panel": false,
172
-
// Turn the debug output on/off.
173
-
"show_debug": false
174
-
}
175
-
}
176
-
}
177
-
```
178
-
179
113
## Credits
180
114
181
115
Thanks to Greg Sherwood, Marc McIntyre, Andy Grunwald, Thomas Ernest and Erik Torsner, for providing open source code which helped me build this standard and a big thanks to [Squiz Labs](http://www.squizlabs.com) for creating [PHP_CodeSniffer](https://github.com/squizlabs/PHP_CodeSniffer).
0 commit comments