You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

39 lines
648 B

---
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/**/*