Skip to content
Snippets Groups Projects
Commit 2368bc2b authored by Corné Lukken's avatar Corné Lukken
Browse files

L2SS-451: Ignore submodules in newline checking

parent c231ebde
No related branches found
No related tags found
1 merge request!110L2SS-451: Integration test ci fix
...@@ -21,7 +21,7 @@ newline_at_eof: ...@@ -21,7 +21,7 @@ newline_at_eof:
before_script: before_script:
- pip3 install -r devices/test-requirements.txt - pip3 install -r devices/test-requirements.txt
script: 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: python_linting:
stage: linting stage: linting
script: script:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment