Sync Detekt configs with a static-analysis template version#3439
Merged
0xnm merged 1 commit intoMay 12, 2026
Merged
Conversation
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 1e90c194fa
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
0xnm
force-pushed
the
nogorodnikov/sync-detekt-config-files-with-pipeline-version
branch
from
May 12, 2026 15:47
1e90c19 to
a3309a6
Compare
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## develop #3439 +/- ##
===========================================
- Coverage 72.05% 72.04% -0.01%
===========================================
Files 961 961
Lines 35399 35399
Branches 5882 5882
===========================================
- Hits 25506 25503 -3
- Misses 8274 8283 +9
+ Partials 1619 1613 -6 🚀 New features to boost your workflow:
|
kikoveiga
approved these changes
May 12, 2026
kikoveiga
left a comment
Contributor
There was a problem hiding this comment.
Working well on my machine (even inside worktrees), thank you!
0xnm
deleted the
nogorodnikov/sync-detekt-config-files-with-pipeline-version
branch
May 12, 2026 17:20
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.
What does this PR do?
It is quite painful to get the right version of the Detekt Common and Public API config when working with
dd-sourcein parallel, so this change does the following:.stampfile ofconfigfolderconfigfolder), then run Detekt checkdd-sourceat the right version and copy the necessary configs, restoredd-sourceback.The code is 100% AI-generated, I'm not that big Bash/Git expert.
Review checklist (to be filled by reviewers)