mirror of
https://github.com/awslabs/iam-policy-autopilot.git
synced 2026-04-25 16:05:58 +03:00
[PR #91] [MERGED] chore: add to_case(Case::Pascal) lint #228
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/iam-policy-autopilot#228
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/awslabs/iam-policy-autopilot/pull/91
Author: @mschlaipfer
Created: 12/18/2025
Status: ✅ Merged
Merged: 1/29/2026
Merged by: @mschlaipfer
Base:
main← Head:chore-case-pascal-lint📝 Commits (8)
6a630a6chore: add to_case(Case::Pascal) lintdac8d17Merge branch 'main' into chore-case-pascal-lint6576660Ignore lint on fallback481be03Ignore lints in fix-access-denied SID generation3fe7fe5Merge branch 'main' into chore-case-pascal-lintc99e8d4Merge branch 'main' into chore-case-pascal-linte3d5cd8Merge branch 'main' into chore-case-pascal-linta82e371Merge branch 'main' into chore-case-pascal-lint📊 Changes
8 files changed (+194 additions, -5 deletions)
View changed files
📝
iam-policy-autopilot-access-denied/src/aws/policy_naming.rs(+1 -0)📝
iam-policy-autopilot-lints/README.md(+10 -0)➕
iam-policy-autopilot-lints/src/convert_case_pascal.rs(+97 -0)📝
iam-policy-autopilot-lints/src/lib.rs(+12 -0)📝
iam-policy-autopilot-lints/src/node_kind_literal.rs(+21 -3)📝
iam-policy-autopilot-lints/ui/main.rs(+42 -1)📝
iam-policy-autopilot-lints/ui/main.stderr(+10 -1)📝
iam-policy-autopilot-policy-generation/src/enrichment/mod.rs(+1 -0)📄 Description
Issue #, if available: https://github.com/awslabs/iam-policy-autopilot/issues/89
Description of changes: The lint currently finds issues. Some are removed in https://github.com/awslabs/iam-policy-autopilot/pull/79. I will address the remaining ones as part of this PR later.
By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.