Skip to content

Instantly share code, notes, and snippets.

@johndrinkwater
Last active May 9, 2017 17:44
Show Gist options
  • Save johndrinkwater/0b08cc3cb87daffcf15a0916a9c70d8f to your computer and use it in GitHub Desktop.
Save johndrinkwater/0b08cc3cb87daffcf15a0916a9c70d8f to your computer and use it in GitHub Desktop.
# SteamLUG .styleci.yml WIP
preset: recommended
risky: false
disabled:
- no_tab_indentation
- no_spaces_inside_parenthesis
- include
- print_to_echo
- concat_without_spaces
- heredoc_to_nowdoc
- no_spaces_inside_offset
- blank_line_after_opening_tag
- short_array_syntax # because we are on an older PHP
# - no_spaces_inside_parenthesis
enabled:
- concat_with_spaces
- no_blank_lines_after_return
- no_empty_comment
- no_extra_block_blank_lines
- not_operator_with_space
# - no_useless_else
# - mb_str_functions
# - native_function_invocation
finder:
name:
- "*.php"
not-path:
- "includes/Google"
- "includes/gameq"
- "includes/SourceQuery"
- "includes/steam.php"
- "includes/rbt_prs.php"
- "includes/lastRSS.php"
- "docs"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment