summaryrefslogtreecommitdiff
path: root/.rubocop.yml
diff options
context:
space:
mode:
authorDan Allen <dan.j.allen@gmail.com>2021-06-06 02:00:39 -0600
committerDan Allen <dan.j.allen@gmail.com>2021-06-06 02:00:39 -0600
commit61effa158fff58056defc0a2904b061f58612f3c (patch)
treed5ea9201a6ac04f7adaf9954174bbac6eb3010fe /.rubocop.yml
parent5b4809bc4b3276793662696430eff398b8861ba8 (diff)
enable Style/SoleNestedConditional rule and update code to comply
Diffstat (limited to '.rubocop.yml')
-rw-r--r--.rubocop.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.rubocop.yml b/.rubocop.yml
index cb379fda..2a8aa230 100644
--- a/.rubocop.yml
+++ b/.rubocop.yml
@@ -360,7 +360,7 @@ Style/SingleArgumentDig:
Style/SlicingWithRange:
Enabled: false
Style/SoleNestedConditional:
- Enabled: false
+ Enabled: true
Style/SpecialGlobalVars:
EnforcedStyle: use_perl_names
Style/StderrPuts: