Skip to content

Commit

Permalink
Disable rubocop blocklength
Browse files Browse the repository at this point in the history
  • Loading branch information
marius committed May 20, 2024
1 parent da760d0 commit 67f3de7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Vagrantfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
# configures the configuration version (we support older styles for
# backwards compatibility). Please don't change it unless you know what
# you're doing.
Vagrant.configure("2") do |config|
Vagrant.configure("2") do |config| # rubocop:disable Metrics/BlockLength
# The most common configuration options are documented and commented below.
# For a complete reference, please see the online documentation at
# https://docs.vagrantup.com.
Expand Down

0 comments on commit 67f3de7

Please sign in to comment.