From 849574a888d7991307605f59b79aaa70c1d49e7d Mon Sep 17 00:00:00 2001
From: Alexandre MERLIN <alexandre.merlin@inria.fr>
Date: Tue, 19 Nov 2019 14:26:56 +0100
Subject: [PATCH] ci/rubocop: only check linting cops (only them return
 warning)

---
 .gitlab-ci.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 8ff77bbcf30..7a6113bd65d 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -10,7 +10,7 @@ rubocop:
   image: debian:buster
   script:
       - apt-get update && apt-get -y install rubocop
-      - rubocop --fail-level W
+      - rubocop -l --fail-level W
 
 validate-data:
    stage: validate
-- 
GitLab