Skip to content

Commit a70a380

Browse files
Dump full RuboCop config
This automated commit dumps the contents of the full RuboCop config. [dependabot skip]
1 parent 9138cd7 commit a70a380

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

test/fixtures/full_config.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,15 @@ Bundler/DuplicatedGem:
110110
- "**/*.gemfile"
111111
- "**/Gemfile"
112112
- "**/gems.rb"
113+
Bundler/DuplicatedGroup:
114+
Description: Checks for duplicate group entries in Gemfile.
115+
Enabled: true
116+
Severity: warning
117+
VersionAdded: '1.56'
118+
Include:
119+
- "**/*.gemfile"
120+
- "**/Gemfile"
121+
- "**/gems.rb"
113122
Bundler/GemComment:
114123
Description: Add a comment describing each gem.
115124
Enabled: false

0 commit comments

Comments
 (0)