Skip to content

Commit d82d6c3

Browse files
committed
Fix CodeClimate duplication parser version
The plugin was already enabled by default, so this does not turn it on. However, it also defaults to Python 2, which means it produces a lot of syntax errors, and the run (silently) failed every time.
1 parent dcd214c commit d82d6c3

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.codeclimate.yml

+6
Original file line numberDiff line numberDiff line change
@@ -38,3 +38,9 @@ plugins:
3838
enabled: true
3939
pep8:
4040
enabled: true
41+
duplication:
42+
enabled: true
43+
config:
44+
languages:
45+
python:
46+
python_version: 3

0 commit comments

Comments
 (0)