Skip to content

Instantly share code, notes, and snippets.

@conor-pwbot
Created April 3, 2023 02:05
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save conor-pwbot/9f11aa1653780bcff1afa325421ff4b9 to your computer and use it in GitHub Desktop.
Save conor-pwbot/9f11aa1653780bcff1afa325421ff4b9 to your computer and use it in GitHub Desktop.
CHECK: Concatenated strings should use spaces between elements
CHECK: spaces preferred around that '*' (ctx:VxV)
CHECK: spaces preferred around that '+' (ctx:VxV)
ERROR: "(foo*)" should be "(foo *)"
ERROR: else should follow close brace '}'
ERROR: space prohibited after that open parenthesis '('
ERROR: space prohibited before that close parenthesis ')'
ERROR: space required after that ',' (ctx:VxV)
ERROR: space required before the open parenthesis '('
ERROR: spaces required around that '=' (ctx:VxV)
ERROR: that open brace { should be on the previous line
WARNING: Block comments should align the * on each line
WARNING: added, moved or deleted file(s), does MAINTAINERS need updating?
WARNING: line length of 101 exceeds 100 columns
WARNING: line length of 102 exceeds 100 columns
WARNING: line length of 106 exceeds 100 columns
WARNING: line length of 108 exceeds 100 columns
WARNING: line length of 113 exceeds 100 columns
WARNING: line length of 119 exceeds 100 columns
WARNING: unnecessary whitespace before a quoted newline
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'
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'
==========
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'
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