Skip to content

Commit c4ae041

Browse files
authored
chore(cognito-identitypool-alpha): remove unused awslint condition (#33550)
### Issue # (if applicable) N/A ### Reason for this change A previous PR removed the `IdentityPoolRoleAttachmentProps` interface, so the linting exclusion is not necessary anymore. ### Description of changes Removed unused linting exclusion from `aws-cognito-identitypool-alpha/awslint.json`. ### Describe any new or updated permissions being added N/A ### Description of how you validated changes `yarn build && yarn test` ### Checklist - [x] My code adheres to the [CONTRIBUTING GUIDE](https://github.com/aws/aws-cdk/blob/main/CONTRIBUTING.md) and [DESIGN GUIDELINES](https://github.com/aws/aws-cdk/blob/main/docs/DESIGN_GUIDELINES.md) ---- *By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
1 parent 63ec7f9 commit c4ae041

File tree

1 file changed

+1
-5
lines changed
  • packages/@aws-cdk/aws-cognito-identitypool-alpha

1 file changed

+1
-5
lines changed
Original file line numberDiff line numberDiff line change
@@ -1,5 +1 @@
1-
{
2-
"exclude": [
3-
"props-physical-name:@aws-cdk/aws-cognito-identitypool-alpha.IdentityPoolRoleAttachmentProps"
4-
]
5-
}
1+
{}

0 commit comments

Comments
 (0)