[gnome-music/wip/mschraal/pep8excludes] CI: Exclude some files from PEP-8
- From: Marinus Schraal <mschraal src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-music/wip/mschraal/pep8excludes] CI: Exclude some files from PEP-8
- Date: Fri, 15 Dec 2017 17:07:28 +0000 (UTC)
commit 7a6da83784c603e44cf9357c56dafa064022b79b
Author: Marinus Schraal <mschraal gnome org>
Date: Fri Dec 15 18:04:09 2017 +0100
CI: Exclude some files from PEP-8
There are a few source files that first need an overhaul before we let
PEP-8 loose on them. This makes the PEP-8 output more managable.
.gitlab-ci.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index db4fa84..bc1128c 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -38,5 +38,5 @@ pep8:
stage: check
script:
- dnf update -y --nogpgcheck && dnf install -y --nogpgcheck python3-pep8
- - python3-pep8 --ignore=W503,E402 --show-source --show-pep8 .
+ - python3-pep8 --ignore=W503,E402 --show-source --show-pep8
--exclude=mpris.py,grilo.py,query.py,player.py,searchview.py,window.py,searchbar.py .
allow_failure: true
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]