Skip to content

Commit ae80a38

Browse files
leinardikddejong
andauthored
Fix outdated GitHub source URLs (#4143)
Co-authored-by: Kevin DeJong <kddejong@amazon.com>
1 parent 96d6ff2 commit ae80a38

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

docs/rules.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ The following **261** rules are applied by this linter:
128128
| [E3023<a name="E3023"></a>](../src/cfnlint/rules/resources/route53/RecordSet.py) | Validate Route53 RecordSets | Check if all RecordSets are correctly configured | | [Source](https://docs.aws.amazon.com/Route53/latest/DeveloperGuide/ResourceRecordTypes.html) | `resources`,`route53`,`record_set` |
129129
| [E3024<a name="E3024"></a>](../src/cfnlint/rules/resources/properties/Tagging.py) | Validate tag configuration | Validates tag values to make sure they have unique keys and they follow pattern requirements | | [Source](https://docs.aws.amazon.com/tag-editor/latest/userguide/tagging.html) | `parameters`,`resources`,`tags` |
130130
| [E3025<a name="E3025"></a>](../src/cfnlint/rules/resources/rds/DbInstanceDbInstanceClassEnum.py) | Validates RDS DB Instance Class | Validates the RDS DB instance types based on region and data gathered from the pricing APIs | | [Source]() | `resources` |
131-
| [E3026<a name="E3026"></a>](../src/cfnlint/rules/resources/elasticache/CacheClusterFailover.py) | Check Elastic Cache Redis Cluster settings | Evaluate Redis Cluster groups to make sure automatic failover is enabled when cluster mode is enabled | | [Source](https://github.com/awslabs/cfn-lint) | `resources`,`elasticcache` |
131+
| [E3026<a name="E3026"></a>](../src/cfnlint/rules/resources/elasticache/CacheClusterFailover.py) | Check Elastic Cache Redis Cluster settings | Evaluate Redis Cluster groups to make sure automatic failover is enabled when cluster mode is enabled | | [Source](https://github.com/aws-cloudformation/cfn-lint) | `resources`,`elasticcache` |
132132
| [E3027<a name="E3027"></a>](../src/cfnlint/rules/resources/events/RuleScheduleExpression.py) | Validate AWS Event ScheduleExpression format | Validate the formation of the AWS::Event ScheduleExpression | | [Source](https://docs.aws.amazon.com/AmazonCloudWatch/latest/events/ScheduledEvents.html) | `resources`,`events` |
133133
| [E3028<a name="E3028"></a>](../src/cfnlint/rules/resources/Metadata.py) | Validate the metadata section of a resource | The metadata section can be unstructured but we do validate the items we can | | [Source](https://github.com/aws-cloudformation/cfn-lint) | `resources` |
134134
| [E3029<a name="E3029"></a>](../src/cfnlint/rules/resources/route53/RecordSetAlias.py) | Validate Route53 record set aliases | When using alias records you can't specify TTL or certain types are allowed | | [Source](https://docs.aws.amazon.com/Route53/latest/DeveloperGuide/ResourceRecordTypes.html) | `resources`,`route53`,`record_set` |
@@ -145,7 +145,7 @@ The following **261** rules are applied by this linter:
145145
| [E3040<a name="E3040"></a>](../src/cfnlint/rules/resources/properties/ReadOnly.py) | Validate we aren't configuring read only properties | Read only properties can be configured in a CloudFormation template but they aren't sent to the resource provider code and can cause drift. | | [Source](https://docs.aws.amazon.com/cloudformation-cli/latest/userguide/resource-type-schema.html#schema-properties-readonlyproperties) | `resources`,`properties` |
146146
| [E3041<a name="E3041"></a>](../src/cfnlint/rules/resources/route53/RecordSetName.py) | RecordSet HostedZoneName is a superdomain of or equal to Name | In a RecordSet, the HostedZoneName must be a superdomain of or equal to the Name being validated | | [Source](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-recordset.html#cfn-route53-recordset-name) | `resource`,`properties`,`route53` |
147147
| [E3042<a name="E3042"></a>](../src/cfnlint/rules/resources/ecs/TaskDefinitionEssentialContainer.py) | Validate at least one essential container is specified | Check that every TaskDefinition specifies at least one essential container | | [Source](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecs-taskdefinition-containerdefinitions.html#cfn-ecs-taskdefinition-containerdefinition-essential) | `properties`,`ecs`,`task`,`container`,`fargate` |
148-
| [E3043<a name="E3043"></a>](../src/cfnlint/rules/resources/cloudformation/NestedStackParameters.py) | Validate parameters for in a nested stack | Evalute if parameters for a nested stack are specified and if parameters are specified for a nested stack that aren't required. | | [Source](https://github.com/awslabs/cfn-lint) | `resources`,`cloudformation` |
148+
| [E3043<a name="E3043"></a>](../src/cfnlint/rules/resources/cloudformation/NestedStackParameters.py) | Validate parameters for in a nested stack | Evalute if parameters for a nested stack are specified and if parameters are specified for a nested stack that aren't required. | | [Source](https://github.com/aws-cloudformation/cfn-lint) | `resources`,`cloudformation` |
149149
| [E3044<a name="E3044"></a>](../src/cfnlint/rules/resources/ecs/FargateDeploymentSchedulingStrategy.py) | ECS service using FARGATE or EXTERNAL can only use SchedulingStrategy of REPLICA | When using a LaunchType of Fargate the SchedulingStrategy has to be Replica | | [Source](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-service.html#cfn-ecs-service-schedulingstrategy) | `properties`,`ecs`,`service`,`container`,`fargate` |
150150
| [E3045<a name="E3045"></a>](../src/cfnlint/rules/resources/s3/AccessControlOwnership.py) | Validate AccessControl are set with OwnershipControls | When using AccessControl other than private you must also configure OwnershipControls. The default is bucket owner enforced which disables ACLs. | | [Source](https://docs.aws.amazon.com/AmazonS3/latest/userguide/about-object-ownership.html) | `resources`,`s3` |
151151
| [E3046<a name="E3046"></a>](../src/cfnlint/rules/resources/ecs/LogConfiguration.py) | Validate ECS task logging configuration for awslogs | When 'awslogs' the options 'awslogs-group' and 'awslogs-region' are required | | [Source]() | `resources` |

src/cfnlint/rules/resources/cloudformation/NestedStackParameters.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ class NestedStackParameters(CloudFormationLintRule):
2020
"Evalute if parameters for a nested stack are specified and "
2121
"if parameters are specified for a nested stack that aren't required."
2222
)
23-
source_url = "https://github.com/awslabs/cfn-lint"
23+
source_url = "https://github.com/aws-cloudformation/cfn-lint"
2424
tags = ["resources", "cloudformation"]
2525

2626
def __init__(self):

src/cfnlint/rules/resources/elasticache/CacheClusterFailover.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ class CacheClusterFailover(CloudFormationLintRule):
1616
"Evaluate Redis Cluster groups to make sure automatic failover is "
1717
"enabled when cluster mode is enabled"
1818
)
19-
source_url = "https://github.com/awslabs/cfn-lint"
19+
source_url = "https://github.com/aws-cloudformation/cfn-lint"
2020
tags = ["resources", "elasticcache"]
2121

2222
def __init__(self):

0 commit comments

Comments
 (0)