Skip to content

Instantly share code, notes, and snippets.

@clintonhalpin
Created May 24, 2017 23:50
Show Gist options
  • Save clintonhalpin/45a7239e0350de41ddf5125c354e4269 to your computer and use it in GitHub Desktop.
Save clintonhalpin/45a7239e0350de41ddf5125c354e4269 to your computer and use it in GitHub Desktop.
parameters:
git_dir: .
bin_dir: vendor/bin
hide_circumvention_tip: true
ascii:
succeeded: ~
failed: ~
tasks:
composer: ~
git_blacklist:
keywords:
- "die("
- "var_dump("
- "exit;"
phplint: ~
phpcsfixer2:
allow_risky: true
rules:
'@PSR2': true
'blank_line_after_opening_tag': true
'cast_spaces': true
'function_typehint_space': true
'hash_to_slash_comment': true
'heredoc_to_nowdoc': true
'include': true
'lowercase_cast': true
'magic_constant_casing': true
'method_separation': true
'modernize_types_casting': true
'native_function_casing': true
'no_blank_lines_after_class_opening': true
'no_empty_comment': true
'no_empty_statement': true
'no_extra_consecutive_blank_lines': true
'no_leading_import_slash': true
'no_leading_namespace_whitespace': true
'no_mixed_echo_print': true
'no_multiline_whitespace_around_double_arrow': true
'no_short_bool_cast': true
'no_unused_imports': true
'no_useless_else': true
'no_useless_return': true
'no_whitespace_before_comma_in_array': true
'no_whitespace_in_blank_line': true
'not_operator_with_successor_space': true
'object_operator_without_whitespace': true
'ordered_imports': true
'psr4': true
'short_scalar_cast': true
'single_blank_line_before_namespace': true
'single_quote': true
'standardize_not_equals': true
'trailing_comma_in_multiline_array': true
'trim_array_spaces': true
'unary_operator_spaces': true
'visibility_required': true
'whitespace_after_comma_in_array': true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment