-
Notifications
You must be signed in to change notification settings - Fork 50
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
kotlinter 3.13.0 crashes when running with ktlint 0.48.2 #316
Comments
We're not upgraded yet to 0.48.2 and it requires API changes. |
It's very frustrating b/c the command line tool formats code differently than kotlinter... |
It would be super great if this came up to date with ktlint. We are currently evaluating if we should switch to a lfs backed cli implementation. |
- Fix issue #316 by upgrading kotlinter gradle's released version to ktlint 0.48.2. - Remove configuration for `disabledRules` and `experimentalRules` to fully delegate this to .editorconfig - Fix issue with resolution of rule enable / disable statements in .editorconfig - Address issue #242 by providing readme example of excluding source files at the project tree level - Address issue #314 by including sources in published artifacts - Fix issue #313 by exporting `ReporterType` - Address issue #315 by logging format log statements at level `WARNING` so they can be hidden - Credit @mateuszkwiecinski as one of the developers of the plugin
- Fix issue #316 by upgrading kotlinter gradle's released version to ktlint 0.48.2. - Remove configuration for `disabledRules` and `experimentalRules` to fully delegate this to .editorconfig - Fix issue with resolution of rule enable / disable statements in .editorconfig - Address issue #242 by providing readme example of excluding source files at the project tree level - Address issue #314 by including sources in published artifacts - Fix issue #313 by exporting `ReporterType` - Address issue #315 by logging format log statements at level `WARNING` so they can be hidden - Credit @mateuszkwiecinski as one of the developers of the plugin
Ok, 3.14.0 is now released which brings us up to ktlint 0.48.2. |
Gradle config:
The text was updated successfully, but these errors were encountered: