Hidden files

This commit is contained in:
Senad Uka
2020-02-10 15:08:51 +01:00
parent 37ad466439
commit c7ab6465e4
6 changed files with 98 additions and 0 deletions

31
.rubocop.yml Normal file
View File

@@ -0,0 +1,31 @@
require: rubocop-rspec
AllCops:
TargetRubyVersion: 2.1
Layout/AccessModifierIndentation:
EnforcedStyle: outdent
Layout/EmptyLinesAroundAccessModifier:
Enabled: false
Style/Documentation:
Enabled: false
Metrics/LineLength:
Max: 120
Metrics/MethodLength:
Max: 15
Metrics/ParameterLists:
Enabled: false
Metrics/BlockLength:
Enabled: false
Style/StringLiterals:
EnforcedStyle: single_quotes
RSpec/NestedGroups:
Max: 5