Sign inSign up

conversionmedia/wpcs

By conversionmedia

Updated almost 9 years ago

Dockerised PHP CodeSniffer with WordPress Coding Standards

Image
0

879

conversionmedia/wpcs repository overview

docker-wpcs

Dockerised PHP CodeSniffer with WordPress Coding Standards.

Use with SublimeLinter3 on Mac OS X

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",
				...
			}
		},
		...
	}
}

Tag summary

Content type

Image

Digest

Size

175.1 MB

Last updated

almost 9 years ago

docker pull conversionmedia/wpcs