diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml new file mode 100644 index 000000000..a6fc6df50 --- /dev/null +++ b/.gitlab-ci.yml @@ -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 +