Enable githubAction for lint check against any code changes in repo#2805
Conversation
b8ecccf to
fa5b4fe
Compare
Enable githubAction for lint check against any code changes in repo Signed-off-by: Praveen K Pandey <praveen@linux.vnet.ibm.com>
fa5b4fe to
988256a
Compare
1875012 to
58a755e
Compare
58a755e to
f3f1b2d
Compare
@check-spelling-bot Report🔴 Please reviewSee the 📂 files view, the 📜action log, or 📝 job summary for details.Unrecognized words (2639)Some files were automatically ignored 🙈These sample patterns would exclude them: You should consider excluding directory paths (e.g. You should consider adding them to: File matching is via Perl regular expressions. To check these files, more of their words need to be in the dictionary than not. You can use To use the spell-check-this repository, accept these unrecognized words as correct, and update file exclusions, you could run the following commands... in a clone of the git@github.com:PraveenPenguin/avocado-misc-tests.git repository curl -s -S -L 'https://raw.githubusercontent.com/check-spelling/check-spelling/main/apply.pl' |
perl - 'https://github.com/avocado-framework-tests/avocado-misc-tests/actions/runs/13107619249/attempts/1'
Available 📚 dictionaries could cover words not in the 📘 dictionary
Consider adding them (in with:
extra_dictionaries: |
cspell:php/dict/php.txt
cspell:python/src/python/python-lib.txt
cspell:node/dict/node.txt
cspell:cpp/src/stdlib-c.txt
cspell:python/src/common/extra.txtTo stop checking additional dictionaries, add (in check_extra_dictionaries: ''Forbidden patterns 🙅 (12)In order to address this, you could change the content to not match the forbidden patterns (comments before forbidden patterns may help explain why they're forbidden), add patterns for acceptable instances, or adjust the forbidden patterns themselves. These forbidden patterns matched content: Should be
|
| ❌ Errors | Count |
|---|---|
| 4 | |
| ℹ️ candidate-pattern | 85 |
| ❌ check-file-path | 1196 |
| ❌ forbidden-pattern | 49 |
| 20 |
See ❌ Event descriptions for more information.
9116b69
into
avocado-framework-tests:master
Enable githubAction for lint check against any code changes in repo