Mentions légales du service

Skip to content
Snippets Groups Projects
Commit 849574a8 authored by Alexandre MERLIN's avatar Alexandre MERLIN
Browse files

ci/rubocop: only check linting cops (only them return warning)

parent 0b36020a
No related branches found
No related tags found
No related merge requests found
Pipeline #104326 passed
...@@ -10,7 +10,7 @@ rubocop: ...@@ -10,7 +10,7 @@ rubocop:
image: debian:buster image: debian:buster
script: script:
- apt-get update && apt-get -y install rubocop - apt-get update && apt-get -y install rubocop
- rubocop --fail-level W - rubocop -l --fail-level W
validate-data: validate-data:
stage: validate stage: validate
......
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