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 Jul 16, 2023. It is now read-only.
Please show your full configuration:
Default configuration, i've just added code metrics to the project
What did you do? Please include the source code example causing the issue.
Here is a sample project with reproducible issue. I've split implementation for Web & IO, using conditional import:
and used fabric method like this
to create specific client for each env. However, if i run
check-unused-code
, it fails, considering these fabrics aren't usedWhat did you expect to happen?
These methods should be considered as used
What actually happened?
Error above
Are you willing to submit a pull request to fix this bug?
No, currently it easily can be worked around using
// ignore: unused-code
The text was updated successfully, but these errors were encountered: