martysweet / cfn-lint

A CloudFormation JSON and YAML Validator
MIT License
163 stars 38 forks source link

Feature request - ignore file #219

Open marcobiedermann opened 5 years ago

marcobiedermann commented 5 years ago

How about adding support for ignorefiles? E.g. .cfn-lintignore. In there you could list files and folders to ignore as it is quite common in other linters.

PatMyron commented 4 years ago

cfn-python-lint added support for --ignore-templates here if that helps

https://github.com/aws-cloudformation/cfn-python-lint/#parameters

https://github.com/martysweet/cfn-lint#depreciationretirement-notice