Skip to content
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

Make detekt a bit less noisy when mixing java and kotlin files #4231

Merged
merged 4 commits into from
Nov 3, 2021

Conversation

BraisGabin
Copy link
Member

Only print not handled files in debug mode.

Fix #3788

@codecov
Copy link

codecov bot commented Nov 3, 2021

Codecov Report

Merging #4231 (5ff70e1) into main (1f1e888) will not change coverage.
The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff            @@
##               main    #4231   +/-   ##
=========================================
  Coverage     84.32%   84.32%           
  Complexity     3240     3240           
=========================================
  Files           468      468           
  Lines         10167    10167           
  Branches       1778     1778           
=========================================
  Hits           8573     8573           
  Misses          658      658           
  Partials        936      936           
Impacted Files Coverage Δ
...io/gitlab/arturbosch/detekt/core/KtTreeCompiler.kt 78.78% <100.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 1f1e888...5ff70e1. Read the comment docs.

@schalkms schalkms merged commit 6137829 into main Nov 3, 2021
@schalkms schalkms deleted the fix-3788 branch November 3, 2021 20:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

detektBaselineMain is noisy
3 participants