#1272 Lint Issue: MissingTranslation - raise MissingTranslation to error

This commit is contained in:
Sean Mac Gillicuddy 2020-02-14 14:44:59 +00:00
parent fe5a94fe80
commit 2369320acb

View File

@ -92,7 +92,6 @@ class AllProjectConfigurer {
ignore(
"SyntheticAccessor",
//TODO stop ignoring below this
"MissingTranslation",
"CheckResult",
"LabelFor",
"DuplicateStrings",