-
Notifications
You must be signed in to change notification settings - Fork 506
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Create project to enable AnnotationRule #502
Comments
The AnnotationRule was disabled in the standard ruleset due to errors; it may be fixed by #497 |
shashachu
added a commit
that referenced
this issue
Jul 5, 2019
PR #509 fixes this. It will be released in 0.34.0 |
sowmyav24
pushed a commit
to sowmyav24/ktlint
that referenced
this issue
Jul 18, 2019
* Fix AnnotationRule exception * Return if there's no annotations found instead of throwing an exception * Fixes pinterest#490 and pinterest#502 * Re-enable rule in standard ruleset
orchestr7
pushed a commit
to saveourtool/diktat
that referenced
this issue
Jun 29, 2020
* Fix AnnotationRule exception * Return if there's no annotations found instead of throwing an exception * Fixes pinterest/ktlint#490 and pinterest/ktlint#502 * Re-enable rule in standard ruleset
# for free
to join this conversation on GitHub.
Already have an account?
# to comment
I created a project to enable AnnotationRule() and when I run and I get this error
Internal Error (custom-ktlint-rules:annotation). Please create a ticket at https://github.com/shyiko/ktlint/issue (if possible, provide the source code that triggered an error) (cannot be auto-corrected)
My custom RuleSet
When I remove
AnnotationRule
the ktlint works normalThe text was updated successfully, but these errors were encountered: