From 752fbde5ee119320b53a611d3b966097f93d8bf2 Mon Sep 17 00:00:00 2001 From: Alexandre Dulaunoy Date: Tue, 29 Oct 2019 09:34:34 +0100 Subject: [PATCH] chg: [travis] skip E226 as it's more a question of style --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 99b8af0..6a81c61 100644 --- a/.travis.yml +++ b/.travis.yml @@ -31,7 +31,7 @@ script: - sleep 5 - pipenv run nosetests --with-coverage --cover-package=misp_modules - kill -s KILL $pid - - pipenv run flake8 --ignore=E501,W503 misp_modules + - pipenv run flake8 --ignore=E501,W503,E226 misp_modules after_success: - pipenv run coverage combine .coverage*