jbzoo/misc

This package is abandoned and no longer maintained. The author suggests using the jbzoo/codestyle package instead.

Some stuff for testing

1.2.0 2016-05-14 16:04 UTC

This package is auto-updated.

Last update: 2020-05-20 00:10:21 UTC


README

Examples

mkdir -p build/misc
git clone --branch=master https://github.com/JBZoo/Misc.git build/misc

php vendor/bin/phpcs ./src --standard=build/misc/phpcs/JBZoo/ruleset.xml --report=full
php vendor/bin/phpmd ./src text ./build/misc/phpmd/jbzoo.xml --verbose

jshint --config ./build/misc/.jshintrc src
jscs --config ./build/misc/.jscsrc src