13 lines
191 B
YAML
13 lines
191 B
YAML
|
languages:
|
||
|
Ruby: true
|
||
|
JavaScript: true
|
||
|
PHP: true
|
||
|
Python: true
|
||
|
exclude_paths:
|
||
|
- "check_docker/tests/*"
|
||
|
- "tests/*"
|
||
|
plugins:
|
||
|
radon:
|
||
|
enabled: true
|
||
|
sonar-python:
|
||
|
enabled: true
|