diff options
| author | realtradam <[email protected]> | 2021-07-10 04:32:38 -0400 |
|---|---|---|
| committer | realtradam <[email protected]> | 2021-07-10 04:32:38 -0400 |
| commit | 5f71389f9cbfb0adcd68686298fe7c7a47310ca2 (patch) | |
| tree | 12a9b46f850731271000bcaf21156dac1781d903 /.rubocop.yml | |
| download | felpack-r2d-bindings-master.tar.gz felpack-r2d-bindings-master.zip | |
Diffstat (limited to '.rubocop.yml')
| -rw-r--r-- | .rubocop.yml | 13 |
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 |
