Sha256: 7d77be0ea2e824a556e0fec898d206d7347ed183d5306b61f74f95fe2fa5843b
Contents?: true
Size: 394 Bytes
Versions: 2
Compression:
Stored size: 394 Bytes
Contents
require 'pdk' module PDK module Validate module Puppet class PuppetValidatorGroup < ValidatorGroup def name 'puppet' end def validators [ PuppetSyntaxValidator, PuppetPlanSyntaxValidator, PuppetLintValidator, PuppetEPPValidator, ].freeze end end end end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
pdk-2.7.1 | lib/pdk/validate/puppet/puppet_validator_group.rb |
pdk-2.7.0 | lib/pdk/validate/puppet/puppet_validator_group.rb |