.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:
Marc Herbert 2022-11-29 15:29:53 -08:00 committed by Liam Girdwood
parent e4f7e518e8
commit 606e3bed34
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@ jobs:
strategy:
fail-fast: false
matrix:
strictness: [null, --strict]
strictness: [null, --subjective]
env:
PR_NUM: ${{github.event.number}}