Initial commit

This commit is contained in:
Loic Nageleisen 2017-09-15 18:13:04 +02:00
commit e5a05299b1
8 changed files with 368 additions and 0 deletions

32
.rubocop.yml Normal file
View file

@ -0,0 +1,32 @@
AllCops:
TargetRubyVersion: 2.3
Style/ClassAndModuleChildren:
Enabled: false
Style/Documentation:
Enabled: false
Style/TrailingCommaInLiteral:
EnforcedStyleForMultiline: comma
Style/TrailingCommaInArguments:
EnforcedStyleForMultiline: comma
Style/NumericPredicate:
Enabled: false
Style/ZeroLengthPredicate:
Enabled: false
Metrics/BlockLength:
Enabled: false
Metrics/MethodLength:
Enabled: false
Metrics/AbcSize:
Enabled: false
Metrics/CyclomaticComplexity:
Enabled: false