1
0
Fork 0
mirror of https://github.com/portainer/portainer.git synced 2025-08-05 05:45:22 +02:00

chore(project): add eslint and codeclimate configuration files

This commit is contained in:
Anthony Lapenna 2017-04-27 18:09:40 +02:00
parent 25206e71cf
commit 90d13684e5
3 changed files with 316 additions and 0 deletions

31
.codeclimate.yml Normal file
View file

@ -0,0 +1,31 @@
---
engines:
gofmt:
enabled: true
golint:
enabled: true
govet:
enabled: true
csslint:
enabled: true
duplication:
enabled: true
config:
languages:
- ruby
- javascript
- python
- php
eslint:
enabled: true
config:
config: .eslintrc.yml
fixme:
enabled: true
ratings:
paths:
- "**.css"
- "**.js"
- "**.go"
exclude_paths:
- test/