forked from jeremymailen/kotlinter-gradle
-
Notifications
You must be signed in to change notification settings - Fork 0
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
Add support for custom Ktlint RuleSets #2
Closed
Closed
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
We don't use it, not sure why it is in there.
… android test project (jeremymailen#293)
…n Java 19 (jeremymailen#306) * Bump kotlin to 1.8.0 * Bump kotlinter to the latest version * Bump com.gradle.plugin-publish to latest stable version * Gradle 8.0 compatibility. Test on Gradle from 7.6, test on java 19
Co-authored-by: Mateusz Kwieciński <[email protected]>
- Fix issue jeremymailen#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 jeremymailen#242 by providing readme example of excluding source files at the project tree level - Address issue jeremymailen#314 by including sources in published artifacts - Fix issue jeremymailen#313 by exporting `ReporterType` - Address issue jeremymailen#315 by logging format log statements at level `WARNING` so they can be hidden - Credit @mateuszkwiecinski as one of the developers of the plugin
Karn
force-pushed
the
karn--enable-support-for-custom-rulesets
branch
from
May 17, 2023 17:25
7b91068
to
b3045f7
Compare
Karn
force-pushed
the
karn--enable-support-for-custom-rulesets
branch
from
May 17, 2023 17:39
b3045f7
to
0367e46
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
A temporary branch for custom rules support while waiting for jeremymailen#279 to merge.
Usage:
If jitpack is down you can resolve via github:
Then add custom rulesets project