Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Get ignore_paths from the configuration
I noticed that ignore_paths is not working when set as documented. ``` PuppetLint.configuration.ignore_paths = ["spec/**/*.pp", "pkg/**/*.pp"] ``` Simply because @ignore_paths is defined on task creation. There are two examples, the one configuring the tasks works of course, the second like above doesn't work without my addition.
- Loading branch information