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 Jul 3, 2023
1 parent f89ef3a commit 6a1bb15
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions test/fixtures/full_config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ AllCops:
- "**/*.rbx"
- "**/*.ru"
- "**/*.ruby"
- "**/*.schema"
- "**/*.spec"
- "**/*.thor"
- "**/*.watchr"
Expand All @@ -53,6 +54,7 @@ AllCops:
- "**/Puppetfile"
- "**/Rakefile"
- "**/rakefile"
- "**/Schemafile"
- "**/Snapfile"
- "**/Steepfile"
- "**/Thorfile"
Expand Down Expand Up @@ -417,6 +419,7 @@ Layout/EmptyLineBetweenDefs:
EmptyLineBetweenMethodDefs: true
EmptyLineBetweenClassDefs: true
EmptyLineBetweenModuleDefs: true
DefLikeMacros: []
AllowAdjacentOneLineDefs: true
NumberOfEmptyLines: 1
Layout/EmptyLines:
Expand Down

0 comments on commit 6a1bb15

Please sign in to comment.