Checkout Config
filter:
excluded_paths:
- vendor/*
- build/*
- docs/*
- Tests/*
- RoboFile.php
- sami.php
- simple-benchmark.php
- example.php
tools:
sensiolabs_security_checker: true
external_code_coverage:
timeout: 240
php_sim:
min_mass: 20
php_code_sniffer:
config:
standard: "PSR2"
checks:
php:
code_rating: true
duplication: true
naming_conventions:
local_variable: '^[a-z][a-zA-Z0-9]*$'
abstract_class_name: ^Abstract|Factory$
utility_class_name: 'Utils?$'
constant_name: '^[A-Z][A-Z0-9]*(?:_[A-Z0-9]+)*$'
property_name: '^[a-z][a-zA-Z0-9]*$'
method_name: '^(?:[a-z]|__)[a-zA-Z0-9]*$'
parameter_name: '^[a-z][a-zA-Z0-9]*$'
interface_name: '^[A-Z][a-zA-Z0-9]*Interface$'
type_name: '^[A-Z][a-zA-Z0-9]*$'
exception_name: '^[A-Z][a-zA-Z0-9]*Exception$'
isser_method_name: '^(?:is|has|should|may|supports)'
use_self_instead_of_fqcn: true
uppercase_constants: true
return_doc_comments: true
properties_in_camelcaps: true
phpunit_assertions: true
parameters_in_camelcaps: true
parameter_doc_comments: true
param_doc_comment_if_not_inferrable: true
optional_parameters_at_the_end: true
no_short_variable_names:
minimum: '2'
no_short_method_names:
minimum: '3'
verify_property_names: true
simplify_boolean_return: true
no_long_variable_names:
maximum: '20'
no_goto: true
newline_at_end_of_file: true
more_specific_types_in_doc_comments: true
line_length:
max_length: '120'
function_in_camel_caps: true
fix_doc_comments: false
encourage_single_quotes: true
encourage_postdec_operator: true
classes_in_camel_caps: true
avoid_todo_comments: true
coding_style:
php:
upper_lower_casing:
keywords:
general: lower
constants:
true_false_null: lower
spaces:
around_operators:
concatenation: true
Repository Config
# language: php
checks:
php:
code_rating: true
coding_style:
php:
spaces:
around_operators:
concatenation: true