aboutsummaryrefslogtreecommitdiffstats
path: root/spec/ruby/.rubocop.yml
diff options
context:
space:
mode:
authoreregon <eregon@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2018-06-27 12:30:05 +0000
committereregon <eregon@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2018-06-27 12:30:05 +0000
commit9dc121cc577ae7a010bca7efedb79088e3cf7331 (patch)
treec11a153c7eac91a1e19ed058d5c28f0f7d583622 /spec/ruby/.rubocop.yml
parentfc1f3f14d386b557281ff9a8f19da060befe182e (diff)
downloadruby-9dc121cc577ae7a010bca7efedb79088e3cf7331.tar.gz
Update to ruby/spec@a454137
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@63768 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
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 cec5309dc8..c544fa5fd0 100644
--- a/spec/ruby/.rubocop.yml
+++ b/spec/ruby/.rubocop.yml
@@ -10,6 +10,11 @@ AllCops:
Layout/TrailingWhitespace:
Enabled: true
+Layout/TrailingBlankLines:
+ Enabled: true
+ Exclude:
+ - library/coverage/fixtures/some_class.rb
+
Lint:
Enabled: true