diff options
| author | Dan Allen <dan.j.allen@gmail.com> | 2021-06-06 02:00:39 -0600 |
|---|---|---|
| committer | Dan Allen <dan.j.allen@gmail.com> | 2021-06-06 02:00:39 -0600 |
| commit | 61effa158fff58056defc0a2904b061f58612f3c (patch) | |
| tree | d5ea9201a6ac04f7adaf9954174bbac6eb3010fe /.rubocop.yml | |
| parent | 5b4809bc4b3276793662696430eff398b8861ba8 (diff) | |
enable Style/SoleNestedConditional rule and update code to comply
Diffstat (limited to '.rubocop.yml')
| -rw-r--r-- | .rubocop.yml | 2 |
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: |
