Initial commit
This commit is contained in:
34
.rubocop.yml
Normal file
34
.rubocop.yml
Normal file
@@ -0,0 +1,34 @@
|
||||
require: rubocop-rspec
|
||||
|
||||
Rails:
|
||||
Enabled: True
|
||||
|
||||
AllCops:
|
||||
TargetRubyVersion: 2.5
|
||||
Exclude:
|
||||
- 'bin/**/*'
|
||||
- 'db/**/*'
|
||||
- 'config/**/*'
|
||||
- 'lib/templates/**/*'
|
||||
- 'script/**/*'
|
||||
|
||||
Style/AccessModifierIndentation:
|
||||
EnforcedStyle: outdent
|
||||
|
||||
Style/EmptyLinesAroundAccessModifier:
|
||||
Enabled: false
|
||||
|
||||
Style/Documentation:
|
||||
Enabled: false
|
||||
|
||||
Lint/Debugger:
|
||||
Enabled: false
|
||||
|
||||
Metrics/LineLength:
|
||||
Max: 140
|
||||
|
||||
Style/StringLiterals:
|
||||
EnforcedStyle: single_quotes
|
||||
SupportedStyles:
|
||||
- single_quotes
|
||||
- double_quotes
|
||||
Reference in New Issue
Block a user