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

ktlint isn't suppressed by ConstPropertyName #2441

Closed
Omico opened this issue Dec 19, 2023 · 1 comment · Fixed by #2442
Closed

ktlint isn't suppressed by ConstPropertyName #2441

Omico opened this issue Dec 19, 2023 · 1 comment · Fixed by #2442
Milestone

Comments

@Omico
Copy link

Omico commented Dec 19, 2023

image
IDEA will mark PropertyName as a redundant suppression in this situation.

@paul-dingemans
Copy link
Collaborator

Tnx for reporting. You're just in time for the next release ;-)

@paul-dingemans paul-dingemans added this to the 1.1 milestone Dec 19, 2023
paul-dingemans added a commit that referenced this issue Dec 19, 2023
paul-dingemans added a commit that referenced this issue Dec 19, 2023
…2442)

* Suppress property-naming rule via `@Suppress("ConstPropertyName")`

Suppression via `@Suppress("PropertyName")` was already supported before.

Closes #2441
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 a pull request may close this issue.

2 participants