From a643f90e62790009848702a45721c56860651506 Mon Sep 17 00:00:00 2001 From: Markus Birth Date: Mon, 5 Feb 2018 11:10:56 +0100 Subject: [PATCH] Exclude site module from Scrutinizer. --- .scrutinizer.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.scrutinizer.yml b/.scrutinizer.yml index 6b5d4e9..b7020ba 100644 --- a/.scrutinizer.yml +++ b/.scrutinizer.yml @@ -1,3 +1,7 @@ +filter: + dependency_paths: + - site/ + checks: python: code_rating: true