Last active
May 9, 2017 17:44
-
-
Save johndrinkwater/0b08cc3cb87daffcf15a0916a9c70d8f to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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