Dead code warnings for "applications"
Opened this issue · 0 comments
jmackie commented
Where an "application" is a ditto package that isn't intended to be used by other ditto packages
If we know the entrypoint (e.g. Main.main
) function, we can detect code in the application that isn't used.
This would probably require an update to the config schema, so that the user can identify entrypoint(s) and enable the feature?