feat: Add Detekt - #1348
Closed
Konstantin Pavlov (kpavlov) wants to merge 2 commits into
Closed
feat: Add Detekt#1348Konstantin Pavlov (kpavlov) wants to merge 2 commits into
Konstantin Pavlov (kpavlov) wants to merge 2 commits into
Conversation
Konstantin Pavlov (kpavlov)
force-pushed
the
kpavlov/detekt
branch
3 times, most recently
from
January 9, 2026 10:06
4232bdf to
840796e
Compare
- Add gradle detekt plugin - Update compilation workflow to include Deteck & optimize gradle - Collect reports for compilation
Konstantin Pavlov (kpavlov)
force-pushed
the
kpavlov/detekt
branch
from
January 9, 2026 10:17
840796e to
ecacec9
Compare
Konstantin Pavlov (kpavlov)
marked this pull request as ready for review
January 9, 2026 10:43
Konstantin Pavlov (kpavlov)
requested a review
from Briliantov Vadim (Ololoshechkin)
January 9, 2026 11:26
| config.from(rootProject.files("config/detekt.yml")) | ||
| basePath = rootProject.projectDir.absolutePath | ||
| parallel = true | ||
| ignoreFailures = true // TODO: fix issues and re-enable |
Contributor
Author
There was a problem hiding this comment.
This is how to enable stricter checks: modelcontextprotocol/kotlin-sdk#507
Contributor
Author
|
Briliantov Vadim (@Ololoshechkin), please review |
Contributor
Author
|
At this time, there does not appear to be sufficient support for setting up static analysis. |
Konstantin Pavlov (kpavlov)
removed the request for review
from Briliantov Vadim (Ololoshechkin)
February 20, 2026 11:11
This file contains hidden or 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
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.
Add Gradle Detekt plugin and workflow
Issues are to be fixed before enforcing the rules
Motivation and Context
To enforce code quality
Breaking Changes
No
Type of the changes
Checklist
developas the base branch