Skip to content

Commit a9f8e07

Browse files
authored
Temporarily ignore fenced code block by default for release (#2593)
1 parent fcd50e7 commit a9f8e07

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

lib/src/warnings.dart

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -265,7 +265,8 @@ const Map<PackageWarning, PackageWarningDefinition> packageWarningDefinitions =
265265
'Dartdoc requires code blocks to specify the language used after',
266266
'the initial declaration. As an example, to specify Dart you would',
267267
'specify ```dart or ~~~dart.'
268-
]),
268+
],
269+
defaultWarningMode: PackageWarningMode.ignore),
269270
};
270271

271272
/// Something that package warnings can be called on. Optionally associated

0 commit comments

Comments
 (0)