Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update ktlint to v0.49.0 #6028

Merged
merged 12 commits into from
Apr 23, 2023
Merged

Update ktlint to v0.49.0 #6028

merged 12 commits into from
Apr 23, 2023

Commits on Apr 23, 2023

  1. Update ktlint to v0.49.0

    renovate[bot] authored and 3flex committed Apr 23, 2023
    Configuration menu
    Copy the full SHA
    f6c66bb View commit details
    Browse the repository at this point in the history
  2. Update ktlint dependencies

    See "Package restructuring and class relocation" in
    https://github.com/pinterest/ktlint/releases/tag/0.49.0
    3flex committed Apr 23, 2023
    Configuration menu
    Copy the full SHA
    0164c9b View commit details
    Browse the repository at this point in the history
  3. Fix imports & deprecations

    3flex committed Apr 23, 2023
    Configuration menu
    Copy the full SHA
    be89568 View commit details
    Browse the repository at this point in the history
  4. Add missing config parameters

    3flex committed Apr 23, 2023
    Configuration menu
    Copy the full SHA
    608dd4c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    dfe028a View commit details
    Browse the repository at this point in the history
  6. Fix new style issues

    3flex committed Apr 23, 2023
    Configuration menu
    Copy the full SHA
    4bd18bd View commit details
    Browse the repository at this point in the history
  7. Disable MultilineRawStringIdentation

    It conflicts with ktlint's Indentation rule, which unfortunately can't be
    configured to disable just the part that conflicts with detekt's rule. It
    seems best to rely on ktlint's behaviour and to disable the detekt rule.
    3flex committed Apr 23, 2023
    Configuration menu
    Copy the full SHA
    29a9cec View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    57abb18 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    0ac834b View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    b81fca3 View commit details
    Browse the repository at this point in the history
  11. Workaround issue with Indentation rule

    See this bug in ktlint: pinterest/ktlint#1971
    3flex committed Apr 23, 2023
    Configuration menu
    Copy the full SHA
    c0ad40e View commit details
    Browse the repository at this point in the history
  12. Fix typo

    3flex committed Apr 23, 2023
    Configuration menu
    Copy the full SHA
    f307ced View commit details
    Browse the repository at this point in the history