Created
June 4, 2019 20:16
-
-
Save remitaffin/5444d047ec6aea25186a00c3844d81f5 to your computer and use it in GitHub Desktop.
codeclimate.yml example
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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