We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fc6dbf4 commit add56ddCopy full SHA for add56dd
.rubocop.yml
@@ -4,6 +4,7 @@ AllCops:
4
TargetRubyVersion: 3.0
5
NewCops: disable
6
Exclude:
7
+ - "**/vendor/**/*" # For GitHub Actions, see rubocop/rubocop#9832
8
- benchmarks/*.rb
9
- spec/support/coverage.rb
10
- spec/support/warnings.rb
0 commit comments