Open ideaship opened 1 month ago
@nvuillam The PR I created is failing for reasons that are not obvious to me. I will hopefully get around to take another look tomorrow. Hints welcome.
@nvuillam It looks to me like the Tests + Deploy Docker Image - DEV check failed for reasons unrelated to the PR. I don't see why shfmt and markdown-link-check should fail.
The MegaLinter failed because cspell finds misspelled words in the .codespell_ignore
I added to keep codespell from failing.
I am not sure whether I should add the words in .codespell_ignore
to .cspell.json
as well.
I can implement changes, but I need some guidance on how to proceed to match the project's expectations.
@ideaship you can disable codespell on MegaLinter on linting :)
@nvuillam I disabled the errors for codespell as you suggested. What remains are the v8r errors. I don't see how the changes I made would cause the errors v8r reports.
Hmm strange, i'll have a look :)
Add the codespell linter which uses a dictionary of common misspellings and ignores unknown words.
Fixes #4140
Proposed Changes
Add the codespell linter which uses a dictionary of common misspellings and ignores unknown words.
Readiness Checklist
Author/Contributor
Reviewing Maintainer
breaking
if this is a large fundamental changeautomation
,bug
,documentation
,enhancement
,infrastructure
, orperformance