Sha256: f3f82f1191acf685f9c480d3082194491142b7a191ded2ff629eb6e6d7c6161b

Contents?: true

Size: 494 Bytes

Versions: 42

Compression:

Stored size: 494 Bytes

Contents

# frozen_string_literal: true

begin
  require 'simplecov'
  require 'simplecov-console'
  require 'codecov'
rescue LoadError
else
  SimpleCov.start do
    track_files 'lib/**/*.rb'

    add_filter '/spec'

    enable_coverage :branch

    # do not track vendored files
    add_filter '/vendor'
    add_filter '/.vendor'
  end

  SimpleCov.formatters = [
    SimpleCov::Formatter::Console,
    SimpleCov::Formatter::Codecov,
  ]
end

require 'puppet-lint'

PuppetLint::Plugins.load_spec_helper

Version data entries

42 entries across 42 versions & 19 rubygems

Version Path
puppet-lint-spaceship_operator_without_tag-check-1.0.1 spec/spec_helper.rb
puppet-lint-spaceship_operator_without_tag-check-1.0.0 spec/spec_helper.rb
puppet-lint-variable_contains_upcase-2.0.0 spec/spec_helper.rb
puppet-lint-optional_default-check-2.0.0 spec/spec_helper.rb
puppet-lint-unquoted_string-check-3.0.0 spec/spec_helper.rb
puppet-lint-version_comparison-check-2.0.0 spec/spec_helper.rb
puppet-lint-absolute_classname-check-4.0.0 spec/spec_helper.rb
puppet-lint-resource_reference_syntax-2.0.0 spec/spec_helper.rb
puppet-lint-params_empty_string-check-2.0.0 spec/spec_helper.rb
puppet-lint-param-types-2.0.0 spec/spec_helper.rb
puppet-lint-leading_zero-check-2.0.0 spec/spec_helper.rb
puppet-lint-anchor-check-2.0.0 spec/spec_helper.rb
puppet-lint-trailing_comma-check-2.0.0 spec/spec_helper.rb
puppet-lint-topscope-variable-check-2.0.0 spec/spec_helper.rb
puppet-lint-strict_indent-check-3.0.0 spec/spec_helper.rb
puppet-lint-param-docs-2.0.0 spec/spec_helper.rb
puppet-lint-file_ensure-check-2.0.0 spec/spec_helper.rb
puppet-lint-appends-check-2.0.0 spec/spec_helper.rb
puppet-lint-topscope-variable-check-1.2.0 spec/spec_helper.rb
puppet-lint-params_empty_string-check-1.1.0 spec/spec_helper.rb