feat(quality): harden lint rules and add quality-gate tests

This commit is contained in:
2026-06-12 00:05:06 +02:00
parent 202bef3539
commit 8a032e6e62
21 changed files with 485 additions and 140 deletions
+2 -1
View File
@@ -63,7 +63,8 @@ class PluriIcon extends StatelessWidget {
: icon;
return Semantics(
label: semanticLabel ?? _fallbackLabel(AppLocalizations.of(context), glyph),
label:
semanticLabel ?? _fallbackLabel(AppLocalizations.of(context), glyph),
image: true,
child: ExcludeSemantics(child: child),
);