You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There are 1 unfixed errors:
Error on line: 3, column: 1 cannot be fixed automatically
[USE_DATA_CLASS] this class can be converted to a data class: NavGraphDestination
java.lang.AssertionError: There are 1 unfixed errors:
I guess that the DataClassesRule should check if a class is an annotation, beside checking for data class and interface:
I have this annotation:
And Diktat complains that
I guess that the
DataClassesRule
should check if a class is anannotation
, beside checking fordata class
andinterface
:diktat/diktat-rules/src/main/kotlin/org/cqfn/diktat/ruleset/rules/chapter6/classes/DataClassesRule.kt
Line 46 in 54c8cce
I'm having this with Diktat 1.2.1. Let me know if you need more info.
The text was updated successfully, but these errors were encountered: