Merge branch 'main' into dependabot/bundler/rubocop-1.62.1

This commit is contained in:
Ben Sheldon [he/him] 2024-03-29 12:32:11 -07:00 коммит произвёл GitHub
Родитель cc0116116a 8c55b4bc8e
Коммит 93bac15e63
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: B5690EEEBB952194
1 изменённых файлов: 3 добавлений и 0 удалений

Просмотреть файл

@ -219,6 +219,7 @@ Layout/LineEndStringConcatenationIndentation:
Layout/LineLength:
Enabled: false
StyleGuide: https://github.com/github/rubocop-github/blob/main/STYLEGUIDE.md#line-length
Layout/MultilineArrayBraceLayout:
Enabled: false
@ -1042,6 +1043,7 @@ Style/BlockDelimiters:
Style/CaseEquality:
Enabled: true
StyleGuide: https://github.com/github/rubocop-github/blob/main/STYLEGUIDE.md#type-checking-is-a-kind-of
Style/CaseLikeIf:
Enabled: false
@ -1067,6 +1069,7 @@ Style/ClassMethodsDefinitions:
Style/ClassVars:
Enabled: false
StyleGuide: https://github.com/github/rubocop-github/blob/main/STYLEGUIDE.md#class-variables
Style/CollectionCompact:
Enabled: false