awesome-zsh-plugins/.codeclimate.yml
Salvydas Lukosius 7b0ba39967
style: Update codeclimate.yml
Fix: 'exclude_paths' has been deprecated, 'engines' has been deprecated, 'exclude_paths' has been deprecated, 'ratings' has been deprecated.

Linted with new configuration (1 file): Writing_Plugins_and_Themes.md

Signed-off-by: Salvydas Lukosius <sall@w-ss.io>
2022-02-15 10:21:56 +00:00

38 lines
648 B
YAML

---
version: "2"
plugins:
pep8:
enabled: true
duplication:
enabled: true
config:
languages:
- "python"
fixme:
enabled: true
exclude_patterns:
- config/engines.yml
markdownlint:
enabled: true
checks:
MD004:
enabled: false
MD013:
enabled: false
MD026:
enabled: false
MD029:
enabled: false
MD033:
enabled: false
shellcheck:
enabled: true
exclude_patterns:
- .bundle/
- benchmarks/**/*
- node_modules/**/*
- bin/**/*
- include/**/*
- lib/**/*
- License.md
- spec/**/*