Lint rules validate messages and other types of content in an inlang project.
For example, the missing translation lint rule reports an issue if a message is missing a translation for a specified language tag. Inlang applications use lint rules to validate content and report issues to the user.
#Types of lint rules
#Message lint rule
A message lint rule validates a message. For example, the missing translation lint rule validates that a message has a translation for a specified language tag.
#More soon...
We will support more types of lint rules in the future. If you have an idea for a new lint type, please share it with us on GitHub