Skip to content

Commit 4eb4a46

Browse files
agrbergclaude
andcommitted
Disable RuboCop extension suggestions
The only suggestion is rubocop-rake which adds no value for our trivial Rakefile. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 79e3971 commit 4eb4a46

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.rubocop.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ plugins:
33

44
AllCops:
55
NewCops: enable
6+
SuggestExtensions: false # rubocop-rake is the only suggestion and our Rakefile is trivial boilerplate
67
TargetRubyVersion: 3.3
78

89
Layout/LineLength:

0 commit comments

Comments
 (0)