=
commited on
Commit
·
87a3cca
1
Parent(s):
023cf2c
added scrutinizer config
Browse files- .scrutinizer.yml +11 -0
.scrutinizer.yml
ADDED
@@ -0,0 +1,11 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
checks:
|
2 |
+
python:
|
3 |
+
code_rating: true
|
4 |
+
duplicate_code: true
|
5 |
+
|
6 |
+
build:
|
7 |
+
nodes:
|
8 |
+
analysis:
|
9 |
+
tests:
|
10 |
+
override:
|
11 |
+
- py-scrutinizer-run
|