We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ef04cc2 commit 230a3d3Copy full SHA for 230a3d3
1 file changed
entrypoint.sh
@@ -2,6 +2,6 @@
2
3
DIR=$1
4
TOKEN=${2:-$GITHUB_TOKEN}
5
-FORMAT='::{{.Severity.Name}} file={{.Position.FilePath}},line={{.Position.StartLine}},col={{.Position.StartColumn}}::{{.Message}}'
+FORMAT='::{{ToLower .Severity.Name}} file={{.Position.FilePath}},line={{.Position.StartLine}},col={{.Position.StartColumn}}::{{.Message}}'
6
7
codeownerslint -f $FORMAT -d $DIR -t $TOKEN
0 commit comments