Dockerised PHP CodeSniffer with WordPress Coding Standards
879
Dockerised PHP CodeSniffer with WordPress Coding Standards.
Copy the files phpcbf, phpcs and phpmd to /usr/local/bin.
Specify the executable in the settings:
{
"SublimeLinter": {
...
"linters": {
"phpcs": {
...
"cmd": "/usr/local/bin/phpcs",
...
},
"phpmd": {
...
"cmd": "/usr/local/bin/phpmd",
...
}
},
...
}
}
Content type
Image
Digest
Size
175.1 MB
Last updated
almost 9 years ago
docker pull conversionmedia/wpcs