Checkout Config
checks:
python:
code_rating: true
duplicate_code: true
build:
environment:
python: 3.6
nodes:
analysis:
tests:
override:
- py-scrutinizer-run
filter:
excluded_paths:
- 'tests/*'
- 'doc_src/*'
- 'docs/*'
dependency_paths:
- 'lib/*'
Repository Config
checks:
python:
code_rating: true
duplicate_code: true
build:
nodes:
analysis:
project_setup:
override:
- 'true'
tests:
override:
- py-scrutinizer-run
-
command: pylint-run
use_website_config: true
- js-scrutinizer-run
tests: true
filter:
excluded_paths:
- '*/test/*'
- '*/tests/*'
- '*/doc_src/*'
- '*.min.js'
dependency_paths:
- 'lib/*'