Skip to content

Commit 30791f9

Browse files
authored
[CQ] suppress LiveTemplateI18n warnings (#8028)
Since we're not going to externalize these strings, it's best to not get nagged by the inspection about it. (Especially not 7 times! 🙃)
1 parent 1f8ba3f commit 30791f9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

resources/liveTemplates/flutter_miscellaneous.xml

+1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
<!--suppress LiveTemplateI18n -->
12
<templateSet group="Flutter">
23
<template name="stless" value="class $NAME$ extends StatelessWidget {&#10; const $NAME$({super.key});&#10;&#10; @override&#10; Widget build(BuildContext context) {&#10; return const Placeholder($END$);&#10; }&#10;}&#10;" description="New Stateless widget" toReformat="false" toShortenFQNames="true">
34
<variable name="NAME" expression="" defaultValue="" alwaysStopAt="true" />

0 commit comments

Comments
 (0)