You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 24, 2026. It is now read-only.
Analyzing... 0.0s lib/main.dart:9:3 • Avoid using DateTime.now(). Use a testable alternative like clock.now() or similar instead. • prefer_clock_now • INFO1 issue found.
Actual behavior
dart run custom_lint outputs No issues found!
BUT
If I write next:
Snippets
app_lint package
main package
Expected behavior
dart run custom_lintoutputsActual behavior
dart run custom_lintoutputsNo issues found!BUT
If I write next:
it outputs the issue.
I did not want to add direct
altive_lintsdependency in all packagesContext
dart info
custom lint: 0.7.6