jeremymailen / kotlinter-gradle

Painless, fast ktlint plugin for Gradle
Apache License 2.0
597 stars 50 forks source link

Fix Lint and Format Tasks not re-running after editorconfig changes #358

Closed jeremymailen closed 9 months ago

jeremymailen commented 9 months ago

Fixes #327

h/t @mateuszkwiecinski for figuring this one out.

After a build failure, logic before did not check for changed editorconfig files since that scenario is not "incremental". Instead we always return changed editorconfig files.

Update tests accordingly.