From 0fbb48c7b0ef7070664945ef22840b0bfbfe9153 Mon Sep 17 00:00:00 2001 From: realtradam Date: Fri, 9 Jul 2021 03:32:01 -0400 Subject: gem conversion --- .rubocop.yml | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 .rubocop.yml (limited to '.rubocop.yml') diff --git a/.rubocop.yml b/.rubocop.yml new file mode 100644 index 0000000..bfef2d0 --- /dev/null +++ b/.rubocop.yml @@ -0,0 +1,13 @@ +AllCops: + TargetRubyVersion: 2.4 + +Style/StringLiterals: + Enabled: true + EnforcedStyle: double_quotes + +Style/StringLiteralsInInterpolation: + Enabled: true + EnforcedStyle: double_quotes + +Layout/LineLength: + Max: 120 -- cgit v1.2.3