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
Ugh, this slip through, unfortunately. Sorry for the inconvenience. Thanks for reporting it though.
With 1.7.1 a bug concerning undocumented properties that were not documented was fixed.
I think we should be a bit more conservative here and also allow @param in addition to @property.
* Fix report for documented data classes property
A documented property should not be reported as undocumented by the UndocumentedPublicProperty rule.
This closes#2529
* Fix ChainWrapping issue in code
Expected Behavior
The following code:
should not see any
UndocumentedPublicProperty
being reported because all properties are documented.Observed Behavior
Running detekt reports an issue:
Steps to Reproduce
The code above is all you need to reproduce the issue.
Context
I was trying to update detekt from
1.6.0
to1.7.1
and I got this errors. But I cannot fix them, because the properties are already documented.Your Environment
1.7.1
6.3
linux 5.5.11
The text was updated successfully, but these errors were encountered: