1
0
mirror of https://github.com/owncloudarchive/contacts.git synced 2024-11-28 10:24:11 +01:00
OwncloudContactsOfficial/.scrutinizer.yml

78 lines
2.6 KiB
YAML
Raw Normal View History

2014-03-07 23:45:37 +01:00
filter:
excluded_paths:
- 'js/modernizr.custom.js'
2014-03-08 16:22:51 +01:00
- 'js/jquery.onfontresize.js'
2014-03-08 01:40:47 +01:00
- 'js/placeholder*'
- 'css/placeholder*'
- 'l10n/*'
- 'templates/*'
2014-11-18 13:08:33 +01:00
- 'vendor/*'
- 'css/jquery*'
- 'css/multi-select.css'
2014-03-07 23:45:37 +01:00
imports:
- php
- javascript
2015-05-04 00:20:29 +02:00
2014-03-07 23:45:37 +01:00
tools:
2015-05-04 00:20:29 +02:00
external_code_coverage: true
2014-03-07 23:45:37 +01:00
js_hint:
use_native_config: true
php_mess_detector:
config:
controversial_rules:
camel_case_class_name: true
camel_case_property_name: true
camel_case_method_name: true
camel_case_parameter_name: true
camel_case_variable_name: true
superglobals: false
2014-03-09 15:03:21 +01:00
php_code_sniffer:
config:
sniffs:
generic:
white_space:
disallow_space_indent_sniff: true
2014-03-08 19:09:11 +01:00
# squiz:
# white_space:
# logical_operator_spacing_sniff: false
# language_construct_spacing_sniff: true
# operator_spacing_sniff: true
# control_structure_spacing_sniff: true
# function_spacing_sniff: false
# scope_keyword_spacing_sniff: true
# semicolon_spacing_sniff: true
# object_operator_spacing_sniff: false
# functions:
# lowercase_function_keywords_sniff: true
# commenting:
# class_comment_sniff: true
# doc_comment_alignment_sniff: false
# function_comment_throw_tag_sniff: true
# strings:
# double_quote_usage_sniff: true
# operators:
# valid_logical_operators_sniff: true
# psr1:
# files:
# side_effects_sniff: false
# psr2:
# classes:
# class_declaration_sniff: false
# namespaces:
# namespace_declaration_sniff: true
# pear:
# commenting:
# inline_comment_sniff: true
2014-03-08 18:31:13 +01:00
# control_structures:
2014-03-08 19:09:11 +01:00
# control_signature_sniff: true
# naming_conventions:
# valid_function_name_sniff: true
# valid_class_name_sniff: true
2014-03-07 23:45:37 +01:00