You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|[E0000<aname="E0000"></a>](../src/cfnlint/rules/ParseError.py)| Parsing error found when parsing the template | Checks for JSON/YAML formatting errors in your template ||[Source](https://github.com/aws-cloudformation/cfn-python-lint)|`base`|
54
-
|[E0001<aname="E0001"></a>](../src/cfnlint/rules/TransformError.py)| Error found when transforming the template | Errors found when performing transformation on the template ||[Source](https://github.com/aws-cloudformation/cfn-python-lint)|`base`,`transform`|
55
-
|[E0002<aname="E0002"></a>](../src/cfnlint/rules/RuleError.py)| Error processing rule on the template | Errors found when processing a rule on the template ||[Source](https://github.com/aws-cloudformation/cfn-python-lint)|`base`,`rule`|
56
-
|[E0000<aname="E0000"></a>](../src/cfnlint/rules/ParseError.py)| Parsing error found when parsing the template | Checks for JSON/YAML formatting errors in your template ||[Source](https://github.com/aws-cloudformation/cfn-python-lint)|`base`|
57
-
|[E0001<aname="E0001"></a>](../src/cfnlint/rules/TransformError.py)| Error found when transforming the template | Errors found when performing transformation on the template ||[Source](https://github.com/aws-cloudformation/cfn-python-lint)|`base`,`transform`|
58
-
|[E0002<aname="E0002"></a>](../src/cfnlint/rules/RuleError.py)| Error processing rule on the template | Errors found when processing a rule on the template ||[Source](https://github.com/aws-cloudformation/cfn-python-lint)|`base`,`rule`|
53
+
|[E0000<aname="E0000"></a>](../src/cfnlint/rules/errors/parse.py)| Parsing error found when parsing the template | Checks for JSON/YAML formatting errors in your template ||[Source](https://github.com/aws-cloudformation/cfn-python-lint)|`base`|
54
+
|[E0001<aname="E0001"></a>](../src/cfnlint/rules/errors/transform.py)| Error found when transforming the template | Errors found when performing transformation on the template ||[Source](https://github.com/aws-cloudformation/cfn-python-lint)|`base`,`transform`|
55
+
|[E0002<aname="E0002"></a>](../src/cfnlint/rules/errors/rule.py)| Error processing rule on the template | Errors found when processing a rule on the template ||[Source](https://github.com/aws-cloudformation/cfn-python-lint)|`base`,`rule`|
59
56
|[E1001<aname="E1001"></a>](../src/cfnlint/rules/jsonschema/JsonSchema.py)| Basic CloudFormation Template Configuration | Making sure the basic CloudFormation template components are properly configured | sections:string: |[Source](https://github.com/aws-cloudformation/cfn-python-lint)|`base`|
60
57
|[E1002<aname="E1002"></a>](../src/cfnlint/rules/templates/LimitSize.py)| Validate if a template size is too large | Check the size of the template is less than the upper limit ||[Source](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/cloudformation-limits.html)|`limits`|
61
58
|[E1003<aname="E1003"></a>](../src/cfnlint/rules/templates/LimitDescription.py)| Validate the max size of a description | Check if the size of the template description is less than the upper limit ||[Source](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/cloudformation-limits.html)|`description`,`limits`|
0 commit comments