filter: excluded_paths: - var/*
filter: excluded_paths: - 'app/*' - 'tests/*' - 'bin/*' - 'vendor/*' - 'web/bootstrap/*' - 'web/chartjs/*' - 'web/static/js/vendor/*' - '*.min.js' checks: php: true javascript: true coding_style: php: spaces: around_operators: additive: false other: after_type_cast: false