diff options
| author | realtradam <[email protected]> | 2022-01-03 08:39:03 -0500 |
|---|---|---|
| committer | realtradam <[email protected]> | 2022-01-03 08:39:03 -0500 |
| commit | f1d7db3a9d39e8f81649f1b813df4826de850e16 (patch) | |
| tree | 83c16d90f23c2a17e9718a569c296781c6bdb9a8 | |
| parent | a0f792d8feadf919290b8349dbc0eac143545927 (diff) | |
| download | FelECS-f1d7db3a9d39e8f81649f1b813df4826de850e16.tar.gz FelECS-f1d7db3a9d39e8f81649f1b813df4826de850e16.zip | |
changed rubocop version for codeclimate
| -rw-r--r-- | .rubocop.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.rubocop.yml b/.rubocop.yml index 2cfd5d4..1ded62d 100644 --- a/.rubocop.yml +++ b/.rubocop.yml @@ -1,5 +1,5 @@ AllCops: - TargetRubyVersion: 2.7 + TargetRubyVersion: 2.5 Style/StringLiterals: Enabled: true |
