Skip to content

Commit 830070d

Browse files
larkinscottByron
authored andcommitted
Add Code Climate configuration
This commit configures code quality analysis by Code Climate. Results are provided by open source Code Climate engines. Based on the languages present in this repository, I've enabled the following engines: - duplication - pep8 - radon
1 parent 7e84122 commit 830070d

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

.codeclimate.yml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
---
2+
engines:
3+
duplication:
4+
enabled: true
5+
config:
6+
languages:
7+
- python
8+
pep8:
9+
enabled: true
10+
radon:
11+
enabled: true
12+
ratings:
13+
paths:
14+
- "**.py"
15+
exclude_paths:

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy