mirror of
https://github.com/skipperbent/simple-php-router.git
synced 2026-06-15 18:23:26 +03:00
23 lines
401 B
YAML
23 lines
401 B
YAML
engines:
|
|
phpmd:
|
|
enabled: true
|
|
checks:
|
|
Design/TooManyPublicMethods:
|
|
enabled: true
|
|
Naming/ShortVariable:
|
|
enabled: true
|
|
CleanCode/StaticAccess:
|
|
enabled: true
|
|
Controversial/CamelCaseMethodName:
|
|
enabled: true
|
|
fixme:
|
|
enabled: true
|
|
duplication:
|
|
enabled: true
|
|
config:
|
|
languages:
|
|
- php:
|
|
ratings:
|
|
paths:
|
|
- src/**
|