ignore_checks:
- W8001 # "Condition ... not used" - CfnBuild gives you Conditions & Parameters you may not use. We consider that a feature.
- W2001 # "Parameter ... not used" - CfnBuild gives you Conditions & Parameters you may not use. We consider that a feature.
- W7001 # "Mapping ... not used" - BONESHydraTemplate gives you Mappings you may not use. We consider that a feature.