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
Execution failed for task ':ide-laf-bridge:ktfmtCheckMain'.
> [ktfmt] Found 1 files that are not properly formatted:
src/main/kotlin/org/jetbrains/jewel/bridge/theme/IntUiBridge.kt
Hi all 😀
We are using
ktfmtFormat
in Jewel (https://github.com/JetBrains/jewel) and we are seeing different behaviors on Windows and OSX.Running
ktfmtFormat
on this commit https://github.com/JetBrains/jewel/actions/runs/10919605303/job/30307618757 on Windows will produce no changes to any files, and then when the CI runscheck
will error out with:Running
ktfmtFormat
on Mac will change a couple of files, as shown in this commit JetBrains/jewel@c322d7b?file-filters%5B%5D=.kt&show-viewed-files=true, rearranging a few import statements.Running
check
on the CI will then succeed.Thank you.
The text was updated successfully, but these errors were encountered: