Skip to content

Instantly share code, notes, and snippets.

@remitaffin
Created June 4, 2019 20:16
Show Gist options
  • Save remitaffin/5444d047ec6aea25186a00c3844d81f5 to your computer and use it in GitHub Desktop.
Save remitaffin/5444d047ec6aea25186a00c3844d81f5 to your computer and use it in GitHub Desktop.
codeclimate.yml example
engines:
duplication:
enabled: true
config:
languages:
- python
fixme:
enabled: true
radon:
enabled: true
bandit:
enabled: true
ratings:
paths:
- "**.py"
exclude_patterns:
- ".tox/**"
- "tests/**"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment