Skip to content
Snippets Groups Projects
Commit aa7bd8cb authored by david22swan's avatar david22swan
Browse files

(CAT-2010) Update lint configuration to match puppetlabs_spec_helper

Update the configuration of lint with the templates to match that of the puppetlabs_spec_helper to ensure compliance between the PDK lint runs and the Rake lint runs
parent 6e8b9b08
Branches CAT-2010
No related tags found
No related merge requests found
......@@ -68,8 +68,23 @@ common:
markup: markdown
Rakefile:
changelog_version_tag_pattern: 'v%s'
linter_fail_on_warnings: true
default_disabled_lint_checks:
- 'relative'
- '80chars'
- '140chars'
- 'class_inherits_from_params_class'
- 'disable_autoloader_layout'
- 'documentation'
- 'single_quote_string_with_variables'
linter_exclusions:
- '.vendor/**/*.pp'
- 'bundle/**/*.pp'
- 'pkg/**/*.pp'
- 'spec/**/*.pp'
- 'tests/**/*.pp'
- 'types/**/*.pp'
- 'vendor/**/*.pp'
extras: []
.rubocop.yml:
selected_profile: strict
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment