Skip to content

Commit 2ac6469

Browse files
committed
Add style type of messages
Signed-off-by: Mihai Maruseac <[email protected]>
1 parent d016fb0 commit 2ac6469

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Makefile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,9 @@ shellcheck: ## Runs the shellcheck linter.
6767
message=$$(echo "$$p" | jq -c '.message // empty' | tr -d '"'); \
6868
exit_code=1; \
6969
case $$level in \
70+
"style") \
71+
echo "::notice file=$${file},line=$${line},endLine=$${endline},col=$${col},endColumn=$${endcol}::$${message}"; \
72+
;; \
7073
"info") \
7174
echo "::notice file=$${file},line=$${line},endLine=$${endline},col=$${col},endColumn=$${endcol}::$${message}"; \
7275
;; \

0 commit comments

Comments
 (0)