We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e050c6b + 1b8ac2a commit 911c170Copy full SHA for 911c170
2 files changed
.codeclimate.yml
@@ -0,0 +1,15 @@
1
+---
2
+engines:
3
+ duplication:
4
+ enabled: true
5
+ config:
6
+ languages:
7
+ - python
8
+ fixme:
9
10
+ radon:
11
12
+ratings:
13
+ paths:
14
+ - "**.py"
15
+exclude_paths: []
.gitignore
@@ -2,6 +2,10 @@
application.db
application.log
+/AUTHORS
+/ChangeLog
/config.py
+/.eggs/
/.env
+/putio_automator.egg-info/
/tmp/
0 commit comments