Adding a rule to suggest constructor injection over Provides method#20
Draft
WhosNickDoglio wants to merge 1 commit into
Draft
Adding a rule to suggest constructor injection over Provides method#20WhosNickDoglio wants to merge 1 commit into
WhosNickDoglio wants to merge 1 commit into
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #20 +/- ##
==========================================
- Coverage 89.47% 88.88% -0.59%
==========================================
Files 21 22 +1
Lines 741 765 +24
Branches 82 85 +3
==========================================
+ Hits 663 680 +17
- Misses 50 56 +6
- Partials 28 29 +1 ☔ View full report in Codecov by Sentry. |
WhosNickDoglio
force-pushed
the
constructor-over-provides
branch
from
April 13, 2023 15:39
19b696b to
e0f4700
Compare
WhosNickDoglio
force-pushed
the
constructor-over-provides
branch
from
April 30, 2023 20:30
e0f4700 to
25ae451
Compare
WhosNickDoglio
force-pushed
the
constructor-over-provides
branch
from
January 3, 2024 13:40
e26732a to
dd1a80a
Compare
WhosNickDoglio
force-pushed
the
constructor-over-provides
branch
3 times, most recently
from
April 6, 2024 15:26
f64be0a to
23d5dd1
Compare
WhosNickDoglio
force-pushed
the
constructor-over-provides
branch
2 times, most recently
from
April 20, 2024 13:13
9249bd4 to
3336cae
Compare
WhosNickDoglio
force-pushed
the
constructor-over-provides
branch
from
April 27, 2024 19:58
3336cae to
bd05c6f
Compare
WhosNickDoglio
force-pushed
the
constructor-over-provides
branch
2 times, most recently
from
June 1, 2024 03:28
41c125f to
caec8ce
Compare
WhosNickDoglio
force-pushed
the
constructor-over-provides
branch
2 times, most recently
from
June 14, 2024 01:52
e7e821e to
4c5831f
Compare
WhosNickDoglio
force-pushed
the
constructor-over-provides
branch
3 times, most recently
from
July 13, 2024 14:31
876986e to
64d2d42
Compare
WhosNickDoglio
force-pushed
the
constructor-over-provides
branch
from
July 28, 2024 12:45
64d2d42 to
6bf780f
Compare
WhosNickDoglio
force-pushed
the
constructor-over-provides
branch
from
August 25, 2024 15:57
6bf780f to
8ebeeb8
Compare
WhosNickDoglio
force-pushed
the
constructor-over-provides
branch
2 times, most recently
from
September 13, 2024 23:59
5db7695 to
e7cbf84
Compare
WhosNickDoglio
force-pushed
the
constructor-over-provides
branch
from
October 19, 2024 02:58
e7cbf84 to
06b77cb
Compare
WhosNickDoglio
force-pushed
the
constructor-over-provides
branch
2 times, most recently
from
November 2, 2024 16:30
d90f90f to
45433f3
Compare
Contributor
Generated by 🚫 Danger Kotlin against 56eed20 |
WhosNickDoglio
force-pushed
the
constructor-over-provides
branch
from
November 16, 2024 20:58
45433f3 to
56eed20
Compare
WhosNickDoglio
force-pushed
the
constructor-over-provides
branch
2 times, most recently
from
January 10, 2025 17:51
d182042 to
56eed20
Compare
WhosNickDoglio
force-pushed
the
constructor-over-provides
branch
from
January 31, 2025 15:56
56eed20 to
23fe85f
Compare
WhosNickDoglio
force-pushed
the
constructor-over-provides
branch
from
January 31, 2025 15:56
23fe85f to
56eed20
Compare
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.
Description
Related Issue
Motivation and Context
Implementation Summary
Checklist
gradlew detektAll)main