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
{{ message }}
This repository has been archived by the owner on Mar 27, 2023. It is now read-only.
I tried to use clippy together with scalacenter/scalafix in an SBT project.
Somehow it rendered the scalafix tool almost useless, as it did not work anymore. See scalacenter/scalafix#592
The reason seems to be that the warnings are no longer emitted to the semanticdb file which scalafix acts upon. Here's a raw diff of a semanticdb file with clippy enabled and disabled:
I tried to use clippy together with scalacenter/scalafix in an SBT project.
Somehow it rendered the scalafix tool almost useless, as it did not work anymore. See scalacenter/scalafix#592
The reason seems to be that the warnings are no longer emitted to the semanticdb file which scalafix acts upon. Here's a raw diff of a semanticdb file with clippy enabled and disabled:
The text was updated successfully, but these errors were encountered: