mirror of
https://git.rwth-aachen.de/acs/public/villas/node/
synced 2025-03-30 00:00:11 +01:00
Ignore too long lines in flake8 linter
Signed-off-by: Steffen Vogel <post@steffenvogel.de>
This commit is contained in:
parent
68654f95f2
commit
b5f554d828
1 changed files with 1 additions and 1 deletions
|
@ -91,7 +91,7 @@ build:source:
|
|||
test:flake8:
|
||||
stage: test
|
||||
script:
|
||||
- flake8 python/
|
||||
- flake8 --ignore=E501 python/
|
||||
image: ${DOCKER_IMAGE_DEV}:${DOCKER_TAG}
|
||||
tags:
|
||||
- docker
|
||||
|
|
Loading…
Add table
Reference in a new issue