mirror of
https://github.com/mbirth/tcl_ota_check.git
synced 2024-11-09 22:06:47 +00:00
21 lines
325 B
YAML
21 lines
325 B
YAML
filter:
|
|
dependency_paths:
|
|
- lib/
|
|
|
|
checks:
|
|
python:
|
|
code_rating: true
|
|
duplicate_code: true
|
|
classes_valid_slots: true
|
|
|
|
build:
|
|
nodes:
|
|
tests: true
|
|
analysis:
|
|
tests:
|
|
override:
|
|
-
|
|
command: pylint-run
|
|
use_website_config: true
|
|
- py-scrutinizer-run
|