Skip to content
Snippets Groups Projects
Commit 9194a76e authored by Thomas Roos's avatar Thomas Roos Committed by Anton Akhmerov
Browse files

Make linting a warning and not a blocking failure

parent 280f4530
No related branches found
No related tags found
No related merge requests found
......@@ -21,12 +21,14 @@ setup:
lint_js:
stage: lint
allow_failure: true
script:
- yarn build
- yarn lint:js
lint_py:
stage: lint
allow_failure: true
script:
- python -m compileall zesje
- yarn lint:py
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment