Skip to content

Commit

Permalink
Dump full RuboCop config
Browse files Browse the repository at this point in the history
This automated commit dumps the contents of the full RuboCop config.
[dependabot skip]
  • Loading branch information
github-actions[bot] committed Oct 30, 2023
1 parent fcece77 commit 0d38859
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/fixtures/full_config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -689,7 +689,7 @@ Layout/LeadingEmptyLines:
Layout/LineContinuationLeadingSpace:
Description: Use trailing spaces instead of leading spaces in strings broken over
multiple lines (by a backslash).
Enabled: false
Enabled: true
VersionAdded: '1.31'
VersionChanged: '1.45'
EnforcedStyle: trailing
Expand All @@ -698,7 +698,7 @@ Layout/LineContinuationLeadingSpace:
- trailing
Layout/LineContinuationSpacing:
Description: Checks the spacing in front of backslash in line continuations.
Enabled: false
Enabled: true
VersionAdded: '1.31'
EnforcedStyle: space
SupportedStyles:
Expand Down

0 comments on commit 0d38859

Please sign in to comment.