Skip to content
Snippets Groups Projects
Unverified Commit 9ef0e6e9 authored by Lukas Audzevicius's avatar Lukas Audzevicius Committed by GitHub
Browse files

Merge pull request #600 from puppetlabs/CAT-2010

(CAT-2010) Update lint configuration to match puppetlabs_spec_helper
parents 6e8b9b08 d9e6478f
No related branches found
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'
- '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