mirror of
https://github.com/adrienverge/yamllint.git
synced 2025-02-25 18:55:20 -06:00
fix: line-length
Co-authored-by: Adrien Vergé <adrienverge@gmail.com>
This commit is contained in:
parent
420c814ed9
commit
a03d4a0c4e
@ -95,10 +95,10 @@ report.
|
||||
} else {
|
||||
printf(",");
|
||||
}
|
||||
printf("{\"location\":{\"path\":\"%s\",\"lines\":{\"begin\":%s,\"end\":%s}}," \
|
||||
"\"severity\":\"%s\",\"check_name\":\"%s\",\"categories\":[\"Style\"]," \
|
||||
"\"type\":\"issue\",\"description\":\"%s\"}",
|
||||
$1, $2, $3, sev, a[3], a[2]);
|
||||
printf("{\"location\":{\"path\":\"%s\",\"lines\":{\"begin\":%s",\
|
||||
"\"end\":%s}},\"severity\":\"%s\",\"check_name\":\"%s\","\
|
||||
"\"categories\":[\"Style\"],\"type\":\"issue\","\
|
||||
"\"description\":\"%s\"}", $1, $2, $3, sev, a[3], a[2]);
|
||||
}
|
||||
END { if (!first) printf("]\n"); }' > reports/codequality.json)
|
||||
artifacts:
|
||||
|
Loading…
Reference in New Issue
Block a user