Skip to content

Commit 67f3de7

Browse files
committed
Disable rubocop blocklength
1 parent da760d0 commit 67f3de7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Vagrantfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
# configures the configuration version (we support older styles for
88
# backwards compatibility). Please don't change it unless you know what
99
# you're doing.
10-
Vagrant.configure("2") do |config|
10+
Vagrant.configure("2") do |config| # rubocop:disable Metrics/BlockLength
1111
# The most common configuration options are documented and commented below.
1212
# For a complete reference, please see the online documentation at
1313
# https://docs.vagrantup.com.

0 commit comments

Comments
 (0)