From bcfd8a5a1070d3ec4d9886e38fed03f6e733f6c2 Mon Sep 17 00:00:00 2001 From: J Alan Brogan Date: Wed, 28 Oct 2015 01:34:16 +0000 Subject: [PATCH] Ignore mccabe complexity smells --- .landscape.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.landscape.yaml b/.landscape.yaml index 3923422..1586827 100644 --- a/.landscape.yaml +++ b/.landscape.yaml @@ -5,3 +5,6 @@ pylint: pyflakes: run: false + +mccabe: + run: false