Sha256: 899d22e97649503c9a77f2d9d2d741efeb46057efd142e5e0a9356358e1ad17f
Contents?: true
Size: 523 Bytes
Versions: 61
Compression:
Stored size: 523 Bytes
Contents
libdir = File.dirname(__FILE__) $LOAD_PATH.unshift(libdir) unless $LOAD_PATH.include?(libdir) require "inspec-reporter-html2/version" module InspecPlugins module Html2Reporter class Plugin < ::Inspec.plugin(2) # Internal machine name of the plugin. InSpec will use this in errors, etc. plugin_name :'inspec-reporter-html2' # Define a new Reporter. reporter :html2 do require "inspec-reporter-html2/reporter" InspecPlugins::Html2Reporter::Reporter end end end end
Version data entries
61 entries across 61 versions & 1 rubygems