Skip to content

Commit

Permalink
Merge pull request #600 from puppetlabs/CAT-2010
Browse files Browse the repository at this point in the history
(CAT-2010) Update lint configuration to match puppetlabs_spec_helper
  • Loading branch information
LukasAud authored Oct 21, 2024
2 parents 6e8b9b0 + d9e6478 commit 9ef0e6e
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions config_defaults.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 9ef0e6e

Please sign in to comment.