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:

committed by
Sebastian Serth

parent
ed4a68beba
commit
918d1265db
@ -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:
|
||||
|
Reference in New Issue
Block a user