Skip to content

Commit 31d0140

Browse files
authored
fix: linting - add destroy confirmation
1 parent 30e0324 commit 31d0140

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

lib/vagrant-zones/action.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
module VagrantPlugins
77
module ProviderZone
88
# Run actions against the machine
9-
module Action
9+
module Action # rubocop:disable Metrics/ClassLength
1010
include Vagrant::Action::Builtin
1111
@logger = Log4r::Logger.new('vagrant_zones::action')
1212

lib/vagrant-zones/action/message_not_created.rb

+1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# frozen_string_literal: true
22

33
require 'log4r'
4+
45
module VagrantPlugins
56
module ProviderZone
67
module Action

0 commit comments

Comments
 (0)