Comparing 1.4.0...1.4.1 · ktlint/ktlint (original) (raw)

Commits on Nov 5, 2024

  1. Configuration menu
    Browse the repository at this point in the history
  2. Catch java.lang.NoSuchFieldError when looking for WHEN_ENTRY_GUARD in…
    … kotlin version 2.0.1 (#2857)
    As this exception was not caught in the rule, and also not in the RuleExecutionContext it terminated linting/formatting of files containing a WHEN_ENTRY with an exception. In the Ktlint CLI this exception was swallowed. In ktlint-intellij-plugin the exception was recorded and became visible to users.
    Closes #2856
    @paul-dingemans
    Configuration menu
    Browse the repository at this point in the history
  3. Configuration menu
    Browse the repository at this point in the history