-
-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy path.scrutinizer.yml
More file actions
31 lines (29 loc) · 662 Bytes
/
Copy path.scrutinizer.yml
File metadata and controls
31 lines (29 loc) · 662 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
build:
environment:
python: 3.7.1
# dependencies:
# before:
# - pip install tox
tests:
before:
- make -C tools/fused
override:
- command: tox
idle_timeout: 900
nodes:
tests: true
analysis:
tests:
override:
-
command: pylint-run
use_website_config: true
- py-scrutinizer-run
filter:
excluded_paths:
- '*/test/*'
checks:
python:
code_rating: true
duplicate_code: false
classes_valid_slots: true