-
Notifications
You must be signed in to change notification settings - Fork 21
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
(GH-125) Honor inline puppet lint directives
Previously inline linting directives were not being honored by the document validator. This was found due to not calling the load_data method prior to running the lint process. This commit calls the load_data method prior to linting and then adds a check to ignore any linting errors that were ignored by puppet-lint. This commit also adds tests for this scenario.
- Loading branch information
1 parent
86415d6
commit d5c6a8e
Showing
2 changed files
with
61 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters