Closed popematt closed 1 year ago
Patch and project coverage have no change.
Comparison is base (
3a3f696
) 81.08% compared to head (e0dd294
) 81.08%.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.
Issue #, if available:
None.
Description of changes:
As part of #261, I seem to have broken the
ktlintFormat
Gradle tasks. (ThektlintCheck
tasks still work fine though.) Turns out I needed to update thektlint
plugin when I updated to Gradle 8. This PR updates thektlint
plugin, but it keeps the ktlint rules version pinned at0.40.0
so that I'm not introducing a lot of style related changes right now.Related PRs in ion-schema, ion-schema-tests, ion-schema-schemas:
None.
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.