-
-
Save conor-pwbot/e6cad8b3611e302351d1ab2588af5229 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
CHECK: Lines should not end with a '(' | |
CHECK: Please use a blank line after function/struct/union/enum declarations | |
ERROR: Macros with complex values should be enclosed in parentheses | |
WARNING: Missing a blank line after declarations | |
WARNING: added, moved or deleted file(s), does MAINTAINERS need updating? | |
WARNING: externs should be avoided in .c files | |
WARNING: line length of 103 exceeds 100 columns | |
WARNING: line length of 119 exceeds 100 columns | |
WARNING: quoted string split across lines |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Traceback (most recent call last): | |
File "/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/scripts/spdxcheck.py", line 6, in <module> | |
from ply import lex, yacc | |
ModuleNotFoundError: No module named 'ply' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
========== | |
checkpatch - FAILED | |
Traceback (most recent call last): | |
File "/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/scripts/spdxcheck.py", line 6, in <module> | |
from ply import lex, yacc | |
ModuleNotFoundError: No module named 'ply' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment