From 2368bc2b7267013e5570c0af819f8784cf108466 Mon Sep 17 00:00:00 2001
From: lukken <lukken@astron.nl>
Date: Thu, 21 Oct 2021 07:19:44 +0000
Subject: [PATCH] L2SS-451: Ignore submodules in newline checking

---
 .gitlab-ci.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index df3d18f28..ed13296e4 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -21,7 +21,7 @@ newline_at_eof:
   before_script:
     - pip3 install -r devices/test-requirements.txt
   script:
-    - flake8 --filename *.sh,*.conf,*.md,*.yml --select=W292 --exclude .tox,.egg-info,docker
+    - flake8 --filename *.sh,*.conf,*.md,*.yml --select=W292 --exclude docker-compose/tango-prometheus-exporter,.tox,.egg-info,docker
 python_linting:
   stage: linting
   script:
-- 
GitLab