From: Bas van Schaik <5082246+sjvs@users.noreply.github.com> Date: Tue, 8 Jan 2019 15:47:02 +0000 (+0000) Subject: Remove flake8 from lgtm.yml X-Git-Tag: auth-4.2.0-beta1~45^2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=1efd00b367630f30ab76615bf3be762e6db64f79;p=pdns Remove flake8 from lgtm.yml LGTM does not show alerts generated by Flake --- diff --git a/lgtm.yml b/lgtm.yml index fc6802ac4..a78d90d5e 100644 --- a/lgtm.yml +++ b/lgtm.yml @@ -35,11 +35,3 @@ extraction: python: python_setup: version: 3 - after_prepare: - - python3 -m pip install --upgrade --user flake8 - before_index: - - python3 -m flake8 --version # flake8 3.6.0 on CPython 3.6.5 on Linux - # stop the build if there are Python syntax errors or undefined names - - python3 -m flake8 . --count --select=E901,E999,F821,F822,F823 --show-source --statistics - # exit-zero treats all errors as warnings. The GitHub editor is 127 chars wide - - python3 -m flake8 . --count --exit-zero --max-complexity=10 --max-line-length=127 --statistics