removed php & python tests
This commit is contained in:
parent
e18079fce7
commit
5238a6b5b6
1 changed files with 1 additions and 5 deletions
|
@ -14,14 +14,12 @@ engines:
|
|||
languages:
|
||||
- ruby
|
||||
- javascript
|
||||
- python
|
||||
- php
|
||||
eslint:
|
||||
enabled: true
|
||||
fixme:
|
||||
enabled: true
|
||||
phpmd:
|
||||
enabled: true
|
||||
enabled: false
|
||||
rubocop:
|
||||
enabled: true
|
||||
ratings:
|
||||
|
@ -38,8 +36,6 @@ ratings:
|
|||
- "**.js"
|
||||
- "**.jsx"
|
||||
- "**.module"
|
||||
- "**.php"
|
||||
- "**.py"
|
||||
exclude_paths:
|
||||
- config/
|
||||
- db/
|
||||
|
|
Loading…
Reference in a new issue