Skip to content

Commit 5b42521

Browse files
authored
Merge pull request #1715 from StoDevX/clean-up-codeclimate-build-flow
Clean up CodeClimate Build Flow
2 parents 4f42316 + 254031b commit 5b42521

File tree

12 files changed

+183
-214
lines changed

12 files changed

+183
-214
lines changed

.codeclimate.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ engines:
1111
- ruby
1212
- javascript
1313
- python
14-
- php
1514
eslint:
1615
enabled: true
1716
channel: "eslint-4"
@@ -21,6 +20,7 @@ engines:
2120
enabled: true
2221
rubocop:
2322
enabled: true
23+
2424
ratings:
2525
paths:
2626
- Gemfile.lock
@@ -32,5 +32,6 @@ ratings:
3232
- "**.php"
3333
- "**.py"
3434
- "**.rb"
35+
3536
exclude_paths:
3637
- node_modules/

0 commit comments

Comments
 (0)