Skip to content
Snippets Groups Projects
Commit 8b505586 authored by Lukas Audzevicius's avatar Lukas Audzevicius
Browse files

(BUGFIX) Correcting typo in linter exclusions

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.
parent 8842cf71
No related branches found
No related tags found
No related merge requests found
...@@ -81,7 +81,7 @@ Rakefile: ...@@ -81,7 +81,7 @@ Rakefile:
- 'single_quote_string_with_variables' - 'single_quote_string_with_variables'
linter_exclusions: linter_exclusions:
- '.vendor/**/*.pp' - '.vendor/**/*.pp'
- 'bundle/**/*.pp' - '.bundle/**/*.pp'
- 'pkg/**/*.pp' - 'pkg/**/*.pp'
- 'spec/**/*.pp' - 'spec/**/*.pp'
- 'tests/**/*.pp' - 'tests/**/*.pp'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment