issue #151: add rubocop to ci (#168)

This commit is contained in:
Aleksandr
2019-10-21 08:48:47 +03:00
committed by Sojan Jose
parent ba8f055802
commit a7787e0f23
7 changed files with 221 additions and 9 deletions

View File

@@ -1,3 +1,5 @@
inherit_from: .rubocop_todo.yml
Metrics/LineLength:
Max: 150
Documentation:
@@ -8,5 +10,15 @@ Style/SymbolArray:
Enabled: false
Metrics/BlockLength:
Exclude:
- db/migrate/**/*
- spec/**/*
Style/ClassAndModuleChildren:
EnforcedStyle: compact
AllCops:
Exclude:
- db/*
- bin/**/*
- db/**/*
- config/**/*
- public/**/*
- vendor/**/*
- node_modules/**/*