Files
wp-plugin-starter-template-…/.codacy.yml

14 lines
210 B
YAML

---
engines:
markdownlint:
enabled: true
config_file: .markdownlint.json
exclude_paths:
- "vendor/**"
- "node_modules/**"
- "build/**"
- "dist/**"
- "bin/**"
- ".github/**"
- "tests/**"