Skip to content

Commit

Permalink
Explicitly set all automated fixes to false
Browse files Browse the repository at this point in the history
  • Loading branch information
g105b committed Aug 7, 2014
1 parent 9a0bb68 commit 0600247
Showing 1 changed file with 14 additions and 2 deletions.
16 changes: 14 additions & 2 deletions .scrutinizer.yml
Expand Up @@ -25,7 +25,6 @@ checks:
code_rating: true
deadlock_detection_in_loops: true
deprecated_code_usage: true
fix_doc_comments: true
foreach_traversable: true
function_body_start_on_same_line: true
function_in_camel_caps: true
Expand Down Expand Up @@ -87,4 +86,17 @@ checks:
verify_access_scope_valid: true
verify_argument_usable_as_reference: true
verify_property_names: true
avoid_perl_style_comments: false
avoid_perl_style_comments: false
remove_trailing_whitespace: false
remove_php_closing_tag: false
remove_extra_empty_lines: false
fix_use_statements:
remove_unused: false
preserve_multiple: false
preserve_blanklines: false
order_alphabetically: false
fix_php_opening_tag: false
fix_doc_comments: false
fix_identation_4spaces: false
fix_line_ending: false
fix_linefeed: false

0 comments on commit 0600247

Please sign in to comment.