From 2f86f7698a014457f424050a831f74f429ced413 Mon Sep 17 00:00:00 2001 From: Markus Birth Date: Sat, 3 Feb 2018 13:27:34 +0100 Subject: [PATCH] Scrutinizer config. --- .scrutinizer.yml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 .scrutinizer.yml diff --git a/.scrutinizer.yml b/.scrutinizer.yml new file mode 100644 index 0000000..6b5d4e9 --- /dev/null +++ b/.scrutinizer.yml @@ -0,0 +1,16 @@ +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