mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
24 lines
No EOL
370 B
YAML
24 lines
No EOL
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/** |