diff options
| author | Aleksandar Dimitrov <git@aleks.bg> | 2023-03-12 00:46:17 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-03-11 15:46:17 -0800 |
| commit | 60f897a3a08533688bb476ecefe87e16d7a2e24f (patch) | |
| tree | 1260a9abbfcef99caa90f113392ced4639db8712 /test | |
| parent | ffa8d5865118bb33299a429e9c25577a79410542 (diff) | |
Fix ktlint (#159)
* Suppress logs for ktlint
Recent versions of ktlint (mine's 0.48.2) have started including logs
in their output when the `--stdin` flag is given. These logs would end
up being included *into the file* by apheleia, which isn't what we
want.
Since emitting log messages is likely never a good idea when
formatting code, I just opted to disable them altogether using a
command line flag. This fixes the issue.
* Add change log message about ktlint fix
Diffstat (limited to 'test')
0 files changed, 0 insertions, 0 deletions
