2022-07-13 11:00:38 +02:00
|
|
|
rubocop:
|
2022-07-13 11:04:24 +02:00
|
|
|
stage: test
|
|
|
|
only:
|
|
|
|
- dev
|
2022-07-13 11:18:50 +02:00
|
|
|
image: sleede/rubocop-fm:latest
|
2022-07-13 11:00:38 +02:00
|
|
|
script:
|
|
|
|
- git diff --name-only master --diff-filter AMT | grep \\.rb$ | xargs bundle exec rubocop
|
|
|
|
|