-
Notifications
You must be signed in to change notification settings - Fork 173
Open
Description
Discussed in https://github.com/opral/monorepo/discussions/1961
Originally posted by samuelstroschein January 2, 2024
Context
Over time messages became stale and are not used in source code anymore. No mechanism exists at the moment that "lints" unused messages that can safely be deleted. The result is an evergrowing amount of messages that translators are supposed to translate even though some or many messages aren't used.
Proposal
Introduce an "unused message" lint rule.
The lint rule parses the source code and searches for message references (similar/identical to the ide extensions message reference matchers)
Requirements
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels