Skip to content

Commit 93bac15

Browse files
authored
Merge branch 'main' into dependabot/bundler/rubocop-1.62.1
2 parents cc01161 + 8c55b4b commit 93bac15

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

config/default.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -219,6 +219,7 @@ Layout/LineEndStringConcatenationIndentation:
219219

220220
Layout/LineLength:
221221
Enabled: false
222+
StyleGuide: https://github.com/github/rubocop-github/blob/main/STYLEGUIDE.md#line-length
222223

223224
Layout/MultilineArrayBraceLayout:
224225
Enabled: false
@@ -1042,6 +1043,7 @@ Style/BlockDelimiters:
10421043

10431044
Style/CaseEquality:
10441045
Enabled: true
1046+
StyleGuide: https://github.com/github/rubocop-github/blob/main/STYLEGUIDE.md#type-checking-is-a-kind-of
10451047

10461048
Style/CaseLikeIf:
10471049
Enabled: false
@@ -1067,6 +1069,7 @@ Style/ClassMethodsDefinitions:
10671069

10681070
Style/ClassVars:
10691071
Enabled: false
1072+
StyleGuide: https://github.com/github/rubocop-github/blob/main/STYLEGUIDE.md#class-variables
10701073

10711074
Style/CollectionCompact:
10721075
Enabled: false

0 commit comments

Comments
 (0)