Skip to content

Instantly share code, notes, and snippets.

@veekthoven
Forked from karrikas/*.sublime-project
Created February 19, 2020 17:57
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save veekthoven/498cc6bc64c14bc48d609dee3681f0da to your computer and use it in GitHub Desktop.
Save veekthoven/498cc6bc64c14bc48d609dee3681f0da to your computer and use it in GitHub Desktop.
Sublime text disable phpcs in a project
{
"folders":
[
{
"path": "project/path/here"
}
],
"settings": {
"phpcs": {
"phpcs_execute_on_save": false,
"phpcs_show_errors_on_save": false,
"phpcs_command_on_save": false,
"phpmd_command_on_save": false,
"phpcs_sniffer_run": false
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment