Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'doc/.vale/vale-json.tmpl')
-rw-r--r--doc/.vale/vale-json.tmpl6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/.vale/vale-json.tmpl b/doc/.vale/vale-json.tmpl
index ed3c3259df3..f76ca03964c 100644
--- a/doc/.vale/vale-json.tmpl
+++ b/doc/.vale/vale-json.tmpl
@@ -21,13 +21,13 @@
{{- $error := "" -}}
{{- if eq .Severity "error" -}}
- {{- $error = .Severity -}}
+ {{- $error = "blocker" -}}
{{- $e = add1 $e -}}
{{- else if eq .Severity "warning" -}}
- {{- $error = .Severity -}}
+ {{- $error = "major" -}}
{{- $w = add1 $w -}}
{{- else -}}
- {{- $error = .Severity -}}
+ {{- $error ="info" -}}
{{- $s = add1 $s -}}
{{- end}}