StringsLint improvement
Another release StringsLint is out.
StringsLint 0.1.1 will also check if all your localized strings have a dedicated comment.
The new rule is named missing_comment
and it’s enabled by default, like all rules.
If you want to mute its violations, you can set its severity
to none
in the configuration file .stringslint.yml
.
missing_comment:
severity: none
This new rule has been developed by MarcoEidinger, so thank you Marco for your contribution!
Alessandro