Add GitLab CI and sort Gemfile

The provision folder contains files required to build the Docker Image for the GitLab CI.
This commit is contained in:
Felix Auringer
2021-01-21 10:33:17 +01:00
committed by Sebastian Serth
parent ed4a68beba
commit 918d1265db
7 changed files with 215 additions and 23 deletions

View File

@ -1,5 +1,6 @@
AllCops:
TargetRubyVersion: 2.6
TargetRubyVersion: 2.7
NewCops: enable
Exclude:
- bin/*
- config/application.rb
@ -10,11 +11,11 @@ AllCops:
- tmp/**/*
- vendor/**/*
- node_modules/**/*
Rails:
Enabled: true
Layout/LineLength:
Enabled: false
require: rubocop-rspec
require:
- rubocop-rspec
- rubocop-rails
Style/Documentation:
Enabled: false
Layout/SpaceInsideHashLiteralBraces: