Skip to content

Commit

Permalink
(BUGFIX) Correcting typo in linter exclusions
Browse files Browse the repository at this point in the history
Following a Linter error tracking, it was found that the linter
was not excluding the correct files. This commit corrects the typo
in the linter exclusions.
  • Loading branch information
LukasAud committed Nov 13, 2024
1 parent 8842cf7 commit 8b50558
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config_defaults.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ Rakefile:
- 'single_quote_string_with_variables'
linter_exclusions:
- '.vendor/**/*.pp'
- 'bundle/**/*.pp'
- '.bundle/**/*.pp'
- 'pkg/**/*.pp'
- 'spec/**/*.pp'
- 'tests/**/*.pp'
Expand Down

0 comments on commit 8b50558

Please sign in to comment.