summaryrefslogtreecommitdiffhomepage
path: root/.rubocop.yml
diff options
context:
space:
mode:
author_Tradam <[email protected]>2022-01-03 08:26:24 -0500
committerGitHub <[email protected]>2022-01-03 08:26:24 -0500
commita0f792d8feadf919290b8349dbc0eac143545927 (patch)
treeee70c5357d5969caaed08446c32746e656b223e6 /.rubocop.yml
parentb535a6b1bd8019dbeba17f3853b338383208c9b3 (diff)
downloadFelECS-a0f792d8feadf919290b8349dbc0eac143545927.tar.gz
FelECS-a0f792d8feadf919290b8349dbc0eac143545927.zip
Major 4.0 Update (#16)v4.0.04.0.0
See Changelog
Diffstat (limited to '.rubocop.yml')
-rw-r--r--.rubocop.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.rubocop.yml b/.rubocop.yml
index bfef2d0..2cfd5d4 100644
--- a/.rubocop.yml
+++ b/.rubocop.yml
@@ -1,9 +1,9 @@
AllCops:
- TargetRubyVersion: 2.4
+ TargetRubyVersion: 2.7
Style/StringLiterals:
Enabled: true
- EnforcedStyle: double_quotes
+ EnforcedStyle: single_quotes
Style/StringLiteralsInInterpolation:
Enabled: true