1
0
mirror of https://gitlab.com/psono/psono-server synced 2025-04-18 09:44:01 +03:00
psono-server/.codeclimate.yml
Sascha Pfeiffer cf46ac3804 excluded some folders for codeclimate
Signed-off-by: Sascha Pfeiffer <sascha.pfeiffer@psono.com>
2018-08-12 08:18:51 +02:00

43 lines
704 B
YAML

---
engines:
csslint:
enabled: true
checks:
box-sizing:
enabled: false
duplication:
enabled: false
checks:
Identical code:
enabled: false
config:
languages:
python:
mass_threshold: 190
eslint:
enabled: true
fixme:
enabled: true
checks:
TODO:
enabled: false
radon:
enabled: true
ratings:
paths:
- "**.css"
- "**.inc"
- "**.js"
- "**.jsx"
- "**.module"
- "**.php"
- "**.py"
- "**.rb"
exclude_paths:
- configs/**/*
- var/**/*
- psono/restapi/tests/**/*
- psono/restapi/migrations/**/*
- psono/administration/tests/**/*
- psono/administration/migrations/**/*
- psono/static/**/*