Skip to content

Commit 467ca03

Browse files
adamantikesybrenstuvel
authored andcommitted
Clean up Code Climate configuration
1 parent 48a7c7f commit 467ca03

1 file changed

Lines changed: 2 additions & 11 deletions

File tree

.codeclimate.yml

Lines changed: 2 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,18 @@
1-
---
21
engines:
32
duplication:
43
enabled: true
54
config:
65
languages:
7-
- ruby
8-
- javascript
96
- python
10-
- php
117
fixme:
128
enabled: true
9+
pep8:
10+
enabled: true
1311
radon:
1412
enabled: true
1513
ratings:
1614
paths:
17-
- "**.inc"
18-
- "**.js"
19-
- "**.jsx"
20-
- "**.module"
21-
- "**.php"
2215
- "**.py"
23-
- "**.rb"
2416
exclude_paths:
2517
- tests/**/*
2618
- rsa/_version*.py
27-

0 commit comments

Comments
 (0)