-
Notifications
You must be signed in to change notification settings - Fork 303
Open
Description
I'm currently using a .yamlignore file to ignore a couple files in addition to the files ignored from .gitignore.
ignore-from-file:
- .gitignore
- .yamlignoreWhile this works, I'd really like to avoid having a separate file and just include these extra ignores as a list under the ignore key in my .yamllint file.
ignore-from-file: .gitignore
ignore:
- .clang-format
- pm_static.ymlThe documentation mentions that ignore-from-file is mutually exclusive with the ignore key, but I didn't see any explanation of why. Would it be possible to change the behavior to allow both of these keys to be specified simultaneously?
Metadata
Metadata
Assignees
Labels
No labels