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

Adding a rule to suggest constructor injection over Provides method #20

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from

Adding a rule to suggest constructor injection over Provides method

56eed20
Select commit
Loading
Failed to load commit list.
Draft

Adding a rule to suggest constructor injection over Provides method #20

Adding a rule to suggest constructor injection over Provides method
56eed20
Select commit
Loading
Failed to load commit list.
Codecov / codecov/patch failed Jan 31, 2025 in 1s

70.83% of diff hit (target 89.47%)

View this Pull Request on Codecov

70.83% of diff hit (target 89.47%)

Annotations

Check warning on line 30 in lint/dagger/src/main/java/dev/whosnickdoglio/dagger/DaggerRulesIssueRegistry.kt

@codecov codecov / codecov/patch

lint/dagger/src/main/java/dev/whosnickdoglio/dagger/DaggerRulesIssueRegistry.kt#L30

Added line #L30 was not covered by tests

Check warning on line 37 in lint/dagger/src/main/java/dev/whosnickdoglio/dagger/detectors/ConstructorInjectionOverProvidesDetector.kt

@codecov codecov / codecov/patch

lint/dagger/src/main/java/dev/whosnickdoglio/dagger/detectors/ConstructorInjectionOverProvidesDetector.kt#L34-L37

Added lines #L34 - L37 were not covered by tests