aboutsummaryrefslogtreecommitdiffstats
path: root/spec/ruby/.rubocop.yml
diff options
context:
space:
mode:
Diffstat (limited to 'spec/ruby/.rubocop.yml')
-rw-r--r--spec/ruby/.rubocop.yml5
1 files changed, 5 insertions, 0 deletions
diff --git a/spec/ruby/.rubocop.yml b/spec/ruby/.rubocop.yml
index 762fe42bad..d29261079e 100644
--- a/spec/ruby/.rubocop.yml
+++ b/spec/ruby/.rubocop.yml
@@ -55,6 +55,11 @@ Lint/EmptyExpression:
Exclude:
- 'language/**/*.rb'
+Lint/EmptyWhen:
+ Exclude:
+ - language/case_spec.rb
+ - optional/capi/spec_helper.rb
+
Lint/UriRegexp:
Exclude:
- 'library/uri/regexp_spec.rb'