mirror of https://github.com/thesofproject/sof.git
.github/checkpatch: rename --strict to --subjective
--subjective is strictly (pun intended) equivalent to --strict but it makes it more obvious that "checkpatch is not always right" (c) https://www.kernel.org/doc/html/latest/dev-tools/checkpatch.html This should save some time in situations where some warnings conflict with each other like for instance https://github.com/thesofproject/sof/pull/6655#discussion_r1031572596 Signed-off-by: Marc Herbert <marc.herbert@intel.com>
This commit is contained in:
parent
e4f7e518e8
commit
606e3bed34
|
@ -21,7 +21,7 @@ jobs:
|
|||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
strictness: [null, --strict]
|
||||
strictness: [null, --subjective]
|
||||
|
||||
env:
|
||||
PR_NUM: ${{github.event.number}}
|
||||
|
|
Loading…
Reference in New Issue