From 88a1b7d8c188860587388849e3e8825d224bdf65 Mon Sep 17 00:00:00 2001 From: Tim Meusel Date: Wed, 1 Jul 2020 12:22:16 +0200 Subject: [PATCH] Add puppet-lint-spaceship_operator_without_tag-check I tested this for my own modules already, also heavily used in the foreman ecosystem. --- voxpupuli-test.gemspec | 1 + 1 file changed, 1 insertion(+) diff --git a/voxpupuli-test.gemspec b/voxpupuli-test.gemspec index 0ab761f..d4c7c1e 100644 --- a/voxpupuli-test.gemspec +++ b/voxpupuli-test.gemspec @@ -41,6 +41,7 @@ Gem::Specification.new do |s| s.add_runtime_dependency 'puppet-lint-manifest_whitespace-check' s.add_runtime_dependency 'puppet-lint-file_ensure-check' s.add_runtime_dependency 'puppet-lint-strict_indent-check' + s.add_runtime_dependency 'puppet-lint-spaceship_operator_without_tag-check' # development s.add_development_dependency 'rspec'