Checkout Config
checks:
python:
code_rating: true
duplicate_code: true
filter:
excluded_paths:
- '*/test/*'
- '*.min.js'
dependency_paths:
- 'rna_tools/tools/clarna_play/*'
- 'rna_tools/tools/mini_moderna3/*'
- 'rna_tools/tools/webserver-engine/*'
build:
environment:
python: 3.9.15
nodes:
analysis:
tests:
override:
- pip install -r requirements.txt
- py-scrutinizer-run
Repository Config
checks:
python:
code_rating: true
duplicate_code: true
filter:
excluded_paths:
- '*/test/*'
- '*.min.js'
build:
environment:
python: 3.7.4
nodes:
analysis:
tests:
override:
- py-scrutinizer-run