We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 30e0324 commit 31d0140Copy full SHA for 31d0140
lib/vagrant-zones/action.rb
@@ -6,7 +6,7 @@
6
module VagrantPlugins
7
module ProviderZone
8
# Run actions against the machine
9
- module Action
+ module Action # rubocop:disable Metrics/ClassLength
10
include Vagrant::Action::Builtin
11
@logger = Log4r::Logger.new('vagrant_zones::action')
12
lib/vagrant-zones/action/message_not_created.rb
@@ -1,6 +1,7 @@
1
# frozen_string_literal: true
2
3
require 'log4r'
4
+
5
module Action
0 commit comments