Skip to content

Commit 2d10aaa

Browse files
authored
docs: Fix GitLab integration example
1 parent 263fb88 commit 2d10aaa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/integration.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ results as a `Code quality (Code Climate)
7575
} else {
7676
printf(",");
7777
}
78-
printf("{\"location\":{\"path\":\"%s\",\"lines\":{\"begin\":%s",\
78+
printf("{\"location\":{\"path\":\"%s\",\"lines\":{\"begin\":%s,"\
7979
"\"end\":%s}},\"severity\":\"%s\",\"check_name\":\"%s\","\
8080
"\"categories\":[\"Style\"],\"type\":\"issue\","\
8181
"\"description\":\"%s\"}", $1, $2, $3, sev, a[3], a[2]);

0 commit comments

Comments
 (0)