Added PHPCS and PHPMD config; added CI config
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
This commit is contained in:
parent
205ad74a51
commit
a5d8d74332
@ -25,5 +25,9 @@
|
||||
"require-dev": {
|
||||
"squizlabs/php_codesniffer": "^2.2",
|
||||
"phpmd/phpmd": "^2.5"
|
||||
}
|
||||
},
|
||||
"scripts": {
|
||||
"phpcs": "phpcs --standard=./phpcs.xml",
|
||||
"phpmd": "phpmd src/ text phpmd.xml"
|
||||
},
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user