Skip to content

Commit

Permalink
chore(cognito-identitypool-alpha): remove unused awslint condition (a…
Browse files Browse the repository at this point in the history
…ws#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*
  • Loading branch information
Leo10Gama authored Feb 22, 2025
1 parent 63ec7f9 commit c4ae041
Showing 1 changed file with 1 addition and 5 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1 @@
{
"exclude": [
"props-physical-name:@aws-cdk/aws-cognito-identitypool-alpha.IdentityPoolRoleAttachmentProps"
]
}
{}

0 comments on commit c4ae041

Please sign in to comment.