runway.tests.handlers.cfn_lint module
cfn-list test runner.
- class runway.tests.handlers.cfn_lint.CfnLintHandler[source]
Bases:
runway.tests.handlers.base.TestHandler
Lints CFN.
- classmethod handle(name: str, args: Union[ConfigProperty, Dict[str, Any]]) None [source]
Perform the actual test.
Relies on .cfnlintrc file to be located beside the Runway config file.
- __init__()
- __new__(**kwargs)