issues
search
Workiva
/
workiva_analysis_options
Workiva's shared Dart static analysis options
Other
3
stars
1
forks
source link
[hint] unused_import
#161
Open
evanweible-wf
opened
4 years ago
evanweible-wf
commented
4 years ago
Unused imports still negatively affect the module size and consequently the build time.
https://github.com/dart-lang/build/issues/2558
(As of Nov 15) Number of infractions at Workiva:
1.81 k
Most of these are in generated code that has a fix in progress (re-generation will be needed)
evanweible-wf
commented
2 years ago
170 stopped promoting this to warning to avoid slowing down the Dart 2.13 upgrade. We plan to promote this to warning again in the v2 rulesets.