Skip to content

Instantly share code, notes, and snippets.

@karrikas
Created January 12, 2017 09:58
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save karrikas/8b214ec8c37247726336530713820883 to your computer and use it in GitHub Desktop.
Save karrikas/8b214ec8c37247726336530713820883 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
}
}
}
@karrikas
Copy link
Author

Add in "Project > Edit Project"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment