php-censor/phpci.yml

14 lines
369 B
YAML
Raw Normal View History

build_settings:
2013-05-14 21:00:52 +02:00
verbose: false
ignore:
- "vendor"
- "Tests"
2013-10-10 02:01:06 +02:00
- "PHPCI/Command" # PHPMD complains about un-used parameters, but they are required.
- "public/install.php" # PHPCS really doesn't like PHP mixed with HTML (and so it shouldn't)
test:
php_mess_detector:
php_code_sniffer:
2013-05-17 18:50:27 +02:00
standard: "PSR2"
2013-10-08 17:29:23 +02:00
php_loc: