Skip to content

Instantly share code, notes, and snippets.

@Skouat
Created January 21, 2019 17:53
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Skouat/50caea6cc973b4971b612a84550814c5 to your computer and use it in GitHub Desktop.
Save Skouat/50caea6cc973b4971b612a84550814c5 to your computer and use it in GitHub Desktop.
Scrutinizer-ci Repository config
checks:
php:
return_doc_comment_if_not_inferrable: true
remove_extra_empty_lines: true
parameter_doc_comments: true
param_doc_comment_if_not_inferrable: true
more_specific_types_in_doc_comments: true
simplify_boolean_return: true
return_doc_comments: true
filter:
dependency_paths:
- phpBB/phpBB/
coding_style:
php:
indentation:
general:
use_tabs: true
spaces:
around_operators:
concatenation: true
build:
nodes:
analysis:
tests:
override:
-
command: phpcs-run
use_website_config: true
- php-scrutinizer-run
dependencies:
before:
- composer require --dev phpbb/phpbb
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment