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
The `deadcode` linter is deprecated and unsupported. The `unused`
linter is the drop-in replacement.
Note that configuration skips unused code detection in files where it is
failing for unknown reasons.
Also: moved several vars and related functions from multiarch_utils to
examples_test. These were only used in examples_test, and while the two
files are part of the same package, the `unused` linter had trouble
identifying that they were in fact in use in examples_test.
There are no expected functional changes in this PR.
0 commit comments