|WARNING| pw104792 [PATCH v3] devtools: spell check
checkpatch at dpdk.org
checkpatch at dpdk.org
Wed Dec 1 15:51:04 CET 2021
Test-Label: checkpatch
Test-Status: WARNING
http://dpdk.org/patch/104792
_coding style issues_
WARNING:LONG_LINE_COMMENT: line length of 162 exceeds 100 columns
#115: FILE: devtools/spell_check.sh:18:
+ echo "$3" | sed "$2" | aspell --lang=en --encoding=utf-8 --ignore-case --ignore=3 --ignore-repl list --personal="$1""/devtools/spell_check_dictionary.txt"
WARNING:LONG_LINE_COMMENT: line length of 102 exceeds 100 columns
#172: FILE: devtools/spell_check.sh:75:
+ if [[ ($line =~ ^\+\+\+) && ($line =~ .rst$)]]; then # if line is a file and rst echo and reset flag
WARNING:LONG_LINE_COMMENT: line length of 106 exceeds 100 columns
#182: FILE: devtools/spell_check.sh:85:
+ if [[ ($non_doc = 0 ) && (! $line =~ ^\+\+\+)]]; then # only when non_doc isn't set & line is not a file
WARNING:TYPO_SPELLING: 'dont' may be misspelled - perhaps 'don't'?
#1126: FILE: devtools/spell_check_dictionary.txt:908:
+dont
ERROR:MISSING_SIGN_OFF: Missing Signed-off-by: line(s)
total: 1 errors, 4 warnings, 2277 lines checked
More information about the test-report
mailing list