Skip to content
This repository was archived by the owner on May 28, 2020. It is now read-only.

Commit eceb525

Browse files
author
Mikhail Varabyou
committed
bump versions for dummy.
1 parent 32ea5c3 commit eceb525

7 files changed

Lines changed: 124 additions & 135 deletions

File tree

.rubocop.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ Rails/UnknownEnv:
3535
- staging
3636

3737
# Commonly used screens these days easily fit more than 80 characters.
38-
Metrics/LineLength:
38+
Layout/LineLength:
3939
Max: 100
4040
Exclude:
4141
- 'config/*'
@@ -59,7 +59,7 @@ Style/SymbolArray:
5959
Enabled: true
6060

6161
# Most readable form.
62-
Layout/AlignHash:
62+
Layout/HashAlignment:
6363
EnforcedHashRocketStyle: table
6464
EnforcedColonStyle: table
6565

@@ -108,7 +108,7 @@ Style/SignalException:
108108
# Suppressing exceptions can be perfectly fine, and be it to avoid to
109109
# explicitly type nil into the rescue since that's what you want to return,
110110
# or suppressing LoadError for optional dependencies
111-
Lint/HandleExceptions:
111+
Lint/SuppressedException:
112112
Enabled: false
113113

114114
# { ... } for multi-line blocks is okay, follow Weirichs rule instead:

0 commit comments

Comments
 (0)