Skip to content

Commit

Permalink
update .rubocop.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
nabeta committed Jul 13, 2019
1 parent 24e9fcf commit 2b011d9
Showing 1 changed file with 23 additions and 2 deletions.
25 changes: 23 additions & 2 deletions .rubocop.yml
@@ -1,2 +1,23 @@
Rails:
Enabled: true
require: rubocop-rails
inherit_from: .rubocop_todo.yml

Layout/SpaceInsideHashLiteralBraces:
Enabled: false
Layout/SpaceInsideBlockBraces:
Enabled: false
Layout/SpaceBeforeBlockBraces:
Enabled: false
Style/WordArray:
Enabled: false
Style/Documentation:
Enabled: false
Style/StringLiterals:
Enabled: false
Style/AsciiComments:
Enabled: false
Metrics/MethodLength:
Enabled: false
Metrics/LineLength:
Enabled: false
Metrics/BlockLength:
Enabled: false

0 comments on commit 2b011d9

Please sign in to comment.