jeremymailen / kotlinter-gradle

Painless, fast ktlint plugin for Gradle

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Lint task sometimes does not re-run when editorconfig changes

jeremymailen opened this issue · comments

Although we are supposed to consider the editorconfig file contents a build input and re-run lint tasks when it changes, somehow this isn't happening sometimes. It often leads users to perceive that one of their editorconfig settings is not working.
Reference #324 and #321

This problem happens to me all of the time. I don't know where the editorconfig file is cached but git clean -fxd fixes it for me.

I stumbled across this problem too upgrading to kotlinter-gradle 3.15.0 -> Ktlint 0.49.1.

This problem happens to me all of the time. I don't know where the editorconfig file is cached but git clean -fxd fixes it for me.

Unfortunately this doesnt do the trick for me. Really strange.