Upstream: https://github.com/YunoHost/yunohost @ 3a5f8bac8301c450897b96cbd43a4c7d3ba750fb But (José) : transformer tout le code en bions + ploxions du xerboxion. La carte de digestion vit au labo : /yunohost-digest.json
24 lines
370 B
YAML
24 lines
370 B
YAML
---
|
|
version: "2"
|
|
plugins:
|
|
duplication:
|
|
enabled: true
|
|
config:
|
|
languages:
|
|
python:
|
|
python_version: 3
|
|
shellcheck:
|
|
enabled: true
|
|
pep8:
|
|
enabled: true
|
|
fixme:
|
|
enabled: true
|
|
sonar-python:
|
|
enabled: true
|
|
config:
|
|
tests_patterns:
|
|
- bin/*
|
|
- data/**
|
|
- doc/*
|
|
- src/**
|
|
- tests/** |