Skip to content

Instantly share code, notes, and snippets.

@pjedrzejewski
Created March 7, 2013 10:21
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save pjedrzejewski/5107032 to your computer and use it in GitHub Desktop.
Save pjedrzejewski/5107032 to your computer and use it in GitHub Desktop.
Sylius Scrutinizer-CI configuration.
tools:
php_code_sniffer:
filter:
excluded_paths: [spec/*]
php_cs_fixer:
filter:
excluded_paths: [spec/*]
php_mess_detector:
filter:
excluded_paths: [spec/*]
php_analyzer:
filter:
excluded_paths: [spec/*]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment