Added rubocop config

This commit is contained in:
2020-12-14 15:39:30 -06:00
parent d3ff7c1fc1
commit 2447dde1af

8
.rubocop.yml Normal file
View File

@@ -0,0 +1,8 @@
Style/StringLiterals:
EnforcedStyle: double_quotes
Metrics/MethodLength:
Max: 40
Style/EmptyMethod:
EnforcedStyle: expanded