Skip to content

Commit

Permalink
Adds a Scrutinizer CI configuration file.
Browse files Browse the repository at this point in the history
  • Loading branch information
mattyza committed Feb 23, 2016
1 parent f63eae6 commit 41ac090
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions .scrutinizer.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
filter:
excluded_paths:
- tests/*

checks:
php:
variable_existence: false
verify_access_scope_valid: false
verify_argument_usable_as_reference: false
verify_property_names: false
no_global_keyword: false
psr2_switch_declaration: false
psr2_control_structure_declaration: false
psr2_class_declaration: false
one_class_per_file: false
no_exit: false
avoid_superglobals: false
avoid_closing_tag: false

tools:
sensiolabs_security_checker: true

0 comments on commit 41ac090

Please sign in to comment.