1
0
Fork 0
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:
Steffen Vogel 2023-09-04 18:14:33 +02:00
parent 68654f95f2
commit b5f554d828

View file

@ -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