Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: Apply rules only to classes that extends Construct #60

Merged
merged 7 commits into from
Nov 30, 2024

Conversation

ren-yamanashi
Copy link
Owner

Issue # (if applicable)

Closes #54

Reason for this change

To make the rules more rigorous.

Description of changes

The following rules prevent the application of rules to classes that do not inherit Construct or Stack

  • no-construct-stack-suffix
  • no-mutable-public-fields
  • no-public-class-fields
  • pascal-case-construct-id

Checklist


By submitting this pull request, I confirm that my contribution is made under the terms of the MIT license

@ren-yamanashi ren-yamanashi merged commit 6c64837 into main Nov 30, 2024
2 checks passed
@ren-yamanashi ren-yamanashi deleted the 54-feat-only-extends-construct branch December 5, 2024 10:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

feat: Apply rules only to classes that extends Construct
1 participant