summaryrefslogtreecommitdiffhomepage
path: root/.rubocop.yml
diff options
context:
space:
mode:
authorrealtradam <[email protected]>2021-07-10 04:32:38 -0400
committerrealtradam <[email protected]>2021-07-10 04:32:38 -0400
commit5f71389f9cbfb0adcd68686298fe7c7a47310ca2 (patch)
tree12a9b46f850731271000bcaf21156dac1781d903 /.rubocop.yml
downloadfelpack-r2d-bindings-master.tar.gz
felpack-r2d-bindings-master.zip
initialHEADmaster
Diffstat (limited to '.rubocop.yml')
-rw-r--r--.rubocop.yml13
1 files changed, 13 insertions, 0 deletions
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