mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
add codeclimate file
This commit is contained in:
parent
8321642a34
commit
816c503d3a
1 changed files with 22 additions and 0 deletions
22
.codeclimate.yml
Normal file
22
.codeclimate.yml
Normal file
|
@ -0,0 +1,22 @@
|
||||||
|
---
|
||||||
|
version: "2"
|
||||||
|
plugins:
|
||||||
|
duplication:
|
||||||
|
enabled: true
|
||||||
|
config:
|
||||||
|
languages:
|
||||||
|
python:
|
||||||
|
python_version: 3
|
||||||
|
shellcheck:
|
||||||
|
enabled: true
|
||||||
|
pep8:
|
||||||
|
enabled: true
|
||||||
|
sonar-python:
|
||||||
|
enabled: true
|
||||||
|
config:
|
||||||
|
tests_patterns:
|
||||||
|
- bin/*
|
||||||
|
- data/**
|
||||||
|
- doc/*
|
||||||
|
- src/**
|
||||||
|
- tests/**
|
Loading…
Add table
Reference in a new issue