lassik / emacs-format-all-the-code

Auto-format source code in many languages with one command
https://melpa.org/#/format-all
MIT License
604 stars 105 forks source link

fix (kotlin linter): remove log files from output #213

Closed alphashuro closed 11 months ago

alphashuro commented 1 year ago

ktlint now prints info logs by default, we have to disable logging when using the formatter.

sadly the new cli arg for disabling logging has not been released yet, so I'll leave this in draft until it has.

lassik commented 11 months ago

Judging by the documentation the fix is now in the latest release.

Let's merge this workaround until upstream has a proper solution.