1
0
mirror of https://github.com/LaCasemate/fab-manager.git synced 2025-01-30 19:52:20 +01:00

add rubocop linting to gitlab-ci

This commit is contained in:
Sylvain 2022-07-13 11:00:38 +02:00
parent 4dfc01c1a3
commit 42472402c9

6
.gitlab-ci.yml Normal file
View File

@ -0,0 +1,6 @@
rubocop:
stage: linting
image: registry.gitlab.com/pipeline-components/rubocop:latest
script:
- git diff --name-only master --diff-filter AMT | grep \\.rb$ | xargs bundle exec rubocop