Created
January 12, 2017 09:58
-
-
Save karrikas/8b214ec8c37247726336530713820883 to your computer and use it in GitHub Desktop.
Sublime text disable phpcs in a project
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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
Add in "Project > Edit Project"