We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents dcdc38d + 5f16c36 commit ad45966Copy full SHA for ad45966
1 file changed
.rubocop.yml
@@ -5,6 +5,9 @@ plugins:
5
AllCops:
6
TargetRubyVersion: 3.1
7
NewCops: enable
8
+ Exclude:
9
+ - "examples/**/*"
10
+ - "vendor/**/*"
11
12
Lint/MissingSuper:
13
Enabled: false
0 commit comments