Commit 81cd23b
check_compliance.py: fix Error(msg, "skipped")
Replace with Error(msg, "error")
Typo introduced in previous commit / PR zephyrproject-rtos#26. Fixes the following
console output:
WARNING : Skipped Gitlint failed: ...
I don't know the impact on Github however this just restores the
previous behavior.
Signed-off-by: Marc Herbert <[email protected]>1 parent 8dac2d6 commit 81cd23b
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
105 | 105 | | |
106 | 106 | | |
107 | 107 | | |
108 | | - | |
| 108 | + | |
109 | 109 | | |
110 | 110 | | |
111 | 111 | | |
| |||
0 commit comments