From 7e6e4d81addbbf636a2ae0d3f2b106bc8498dec9 Mon Sep 17 00:00:00 2001 From: Jesse Pretorius Date: Mon, 16 Nov 2015 13:34:38 +0000 Subject: [PATCH] Remove flake8 test from gate-check-commit The flake8 test has been moved to tox and its own gate check, so it may be removed from the gate-check-commit script. Change-Id: I952d73b994c681db3cd44cb8df65727b1b2a23a9 --- scripts/gate-check-lint.sh | 9 --------- 1 file changed, 9 deletions(-) diff --git a/scripts/gate-check-lint.sh b/scripts/gate-check-lint.sh index 41a7b9ca5e..f98b70455f 100755 --- a/scripts/gate-check-lint.sh +++ b/scripts/gate-check-lint.sh @@ -34,15 +34,6 @@ else pip2 install ansible-lint || pip install ansible-lint fi -# Run hacking/flake8 check for all python files -# Ignores the following rules due to how ansible modules work in general -# F403 'from ansible.module_utils.basic import *' used; unable to detect undefined names -# H303 No wildcard (*) import. -# NOTE: -# Template files are skipped because they are python executables potentially with Jinja2 -# expressions and the jinja2 causes a flake8 failures. -flake8 --ignore=F403,H303 $(grep -rln -e '^#!/usr/bin/env python' -e '^#!/bin/python' -e '^#!/usr/bin/python' * | grep -v 'templates/\|^doc/') - # Create keys if they don't already exist. ssh_key_create