mirror of
https://github.com/chillerlan/php-qrcode.git
synced 2026-08-24 12:37:53 +00:00
18 lines
268 B
YAML
18 lines
268 B
YAML
engines:
|
|
fixme:
|
|
enabled: true
|
|
phpmd:
|
|
enabled: true
|
|
config:
|
|
file_extensions: "php"
|
|
rulesets: "phpmd.xml"
|
|
markdownlint:
|
|
enabled: true
|
|
ratings:
|
|
paths:
|
|
- "**.php"
|
|
exclude_paths:
|
|
- examples/**/*
|
|
- tests/**/*
|
|
- "**/vendor/**/*"
|