We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4a85969 commit 3ea2a30Copy full SHA for 3ea2a30
src/languageservice/services/validation/yaml-style.ts
@@ -22,7 +22,7 @@ export class YAMLStyleValidator implements AdditionalValidator {
22
result.push(
23
Diagnostic.create(
24
this.getRangeOf(document, node.srcToken),
25
- l10n.t('Flow style mapping is forbidden', 'Flow style mapping is forbidden'),
+ l10n.t('Flow style mapping is forbidden'),
26
DiagnosticSeverity.Error,
27
'flowMap'
28
)
0 commit comments