Commit 0395000
fix: set shellcheck severity threshold to warning in CI
SC1091 (cannot follow sourced paths), SC2012 (ls in glob for kernel
package filenames), and SC2016 (literal $ in Makefile heredoc) are
info-level false positives that do not represent real bugs. Use -S warning
so only genuine warnings and errors fail the build.
Co-authored-by: Ona <no-reply@ona.com>1 parent 6828418 commit 0395000
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
34 | | - | |
| 34 | + | |
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
| |||
0 commit comments