filter: excluded_paths: [doc/*, examples/*, tests/*] checks: php: true # javascript: true tools: php_code_sniffer: config: standard: "PSR2" # build: # tests: # override: # - # command: 'phpunit --coverage-clover=coverage.clover' # coverage: # file: 'coverage.clover' # format: 'clover'
filter: excluded_paths: - 'tests/*' - '*.min.js' checks: php: true javascript: true coding_style: php: indentation: general: use_tabs: true spaces: around_operators: concatenation: true