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-leading_zero-check-1.1.0 spec/spec_helper.rb
puppet-lint-param-types-1.0.0 spec/spec_helper.rb
puppet-lint-version_comparison-check-1.1.0 spec/spec_helper.rb
puppet-lint-unquoted_string-check-2.2.0 spec/spec_helper.rb
puppet-lint-trailing_comma-check-1.0.0 spec/spec_helper.rb
puppet-lint-strict_indent-check-2.1.0 spec/spec_helper.rb
puppet-lint-optional_default-check-1.1.0 spec/spec_helper.rb
puppet-lint-resource_reference_syntax-1.2.0 spec/spec_helper.rb
puppet-lint-file_ensure-check-1.1.0 spec/spec_helper.rb
puppet-lint-anchor-check-1.1.0 spec/spec_helper.rb
puppet-lint-absolute_classname-check-3.1.0 spec/spec_helper.rb
puppet-lint-param-docs-1.7.6 spec/spec_helper.rb
puppet-lint-trailing_comma-check-0.4.3 spec/spec_helper.rb
puppet-lint-topscope-variable-check-1.1.0 spec/spec_helper.rb
puppet-lint-params_empty_string-check-1.0.0 spec/spec_helper.rb
puppet-lint-classes_and_types_beginning_with_digits-check-1.0.0 spec/spec_helper.rb
puppet-lint-empty_string-check-1.0.0 spec/spec_helper.rb
puppet-lint-params_empty_string-check-0.1.0 spec/spec_helper.rb
puppet-lint-leading_zero-check-1.0.0 spec/spec_helper.rb
puppet-lint-file_ensure-check-1.0.0 spec/spec_helper.rb