mirror of
https://github.com/nicoverbruggen/phpmon.git
synced 2025-11-05 20:40:05 +01:00
28 lines
375 B
YAML
28 lines
375 B
YAML
disabled_rules:
|
|
- todo
|
|
- identifier_name
|
|
- force_try
|
|
- force_cast
|
|
- private_over_fileprivate
|
|
|
|
opt_in_rules:
|
|
- empty_count
|
|
|
|
included:
|
|
- phpmon
|
|
- phpmon-updater
|
|
- tests
|
|
|
|
excluded:
|
|
- phpmon/Vendor
|
|
|
|
line_length:
|
|
ignores_function_declarations: true
|
|
ignores_comments: true
|
|
ignores_urls: true
|
|
warning: 120
|
|
error: 200
|
|
|
|
analyzer_rules:
|
|
- unused_import
|