From 42efd29296af5ccdae1ec4f1b40c92903d989271 Mon Sep 17 00:00:00 2001 From: Thomas Lambert <t.lambert@uliege.be> Date: Mon, 12 Dec 2022 20:51:34 +0100 Subject: [PATCH] ci(lint): --fix option not needed in pipeline --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 5823c35..3a8e367 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -14,7 +14,7 @@ stages: style_check: stage: static analysis script: - - mh_style . --fix + - mh_style . metric_check: stage: static analysis -- GitLab