Minor updates

This commit is contained in:
h8rry 2022-09-06 16:01:16 +08:00
parent 4ea6d5ec42
commit 4384babed4
2 changed files with 6 additions and 5 deletions

View File

@ -13,15 +13,15 @@ Style/BlockDelimiters:
Style/SymbolProc:
Exclude:
- db/migrate/**/*
Metrics/BlockLength:
Enabled: false
Style/MixinUsage:
Enabled: false
Metrics/MethodLength:
Enabled: false
Layout/LineLength:
Enabled: false
Style/HashSyntax:
Enabled: false
Metrics/AbcSize:
# Metrics/BlockLength:
# Enabled: false
# Metrics/MethodLength:
# Enabled: false
Metrics:
Enabled: false

View File

@ -6,3 +6,4 @@ bundle install
bundle exec rake assets:precompile
bundle exec rake assets:clean
bundle exec rake db:migrate
yarn install