Files
codeocean/.rubocop.yml
Felix Auringer 918d1265db Add GitLab CI and sort Gemfile
The provision folder contains files required to build the Docker Image for the GitLab CI.
2021-01-21 18:15:49 +01:00

23 lines
448 B
YAML

AllCops:
TargetRubyVersion: 2.7
NewCops: enable
Exclude:
- bin/*
- config/application.rb
- config/initializers/sorcery.rb
- db/seeds/**/*
- db/schema.rb
- public/uploads/**/*
- tmp/**/*
- vendor/**/*
- node_modules/**/*
Layout/LineLength:
Enabled: false
require:
- rubocop-rspec
- rubocop-rails
Style/Documentation:
Enabled: false
Layout/SpaceInsideHashLiteralBraces:
EnforcedStyle: no_space