Skip to content

Commit

Permalink
Merge pull request #158 from github/mgriffin/styleguide-links
Browse files Browse the repository at this point in the history
Add a few styleguide links
  • Loading branch information
mgriffin authored Mar 19, 2024
2 parents 20b0cc9 + 0730375 commit 8c55b4b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions config/default.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit 8c55b4b

Please sign in to comment.