[gnome-music/wip/mschraal/pep8excludes: 2/2] CI: Exclude some files from PEP-8



commit 125020dbb8a9a2d2371473e259e1b7bc103cdcdb
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]