libraries: SPI: Hanlde multiple SPI instances #82
checkpatch.yml
on: pull_request
checkpatch review
11s
Annotations
7 errors and 1 warning
checkpatch review
WARNING: 'hanlde' may be misspelled - perhaps 'handle'?
|
checkpatch review:
libraries/SPI/SPI.h#L61
ERROR: Macros with multiple statements should be enclosed in a do - while loop
|
checkpatch review:
libraries/SPI/SPI.h#L61
WARNING: macros should not use a trailing semicolon
|
checkpatch review:
libraries/SPI/SPI.h#L62
ERROR: Macros with multiple statements should be enclosed in a do - while loop
|
checkpatch review:
libraries/SPI/SPI.h#L62
WARNING: macros should not use a trailing semicolon
|
checkpatch review:
libraries/SPI/SPI.h#L64
ERROR: code indent should use tabs where possible
|
checkpatch review:
libraries/SPI/SPI.h#L64
WARNING: please, no spaces at the start of a line
|
checkpatch review
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|