-
-
Notifications
You must be signed in to change notification settings - Fork 237
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add Vale linter #2406
Add Vale linter #2406
Conversation
@wesley-dean-flexion To solve the own MegaLinter issue, you can download the artifacts in the job page -> https://github.com/oxsecurity/megalinter/actions/runs/4308028827 Within it, you'll find an updated cspell.json that you can copy paste into your repo folder to overwrite the existing one in .github/linters :) |
And if you did not try yet, to see issues before the looooong CI job, you can test locally :) https://megalinter.io/v6/contributing/#execute-the-tests-locally-visual-studio-code |
@nvuillam will do, but it may not be today |
You need also to build to generate test class and update dockerfile, + to update the changelog ^^ https://megalinter.io/v6/contributing/#without-write-access (except if @echoix 's magic command works and can do that from here ^^ ) |
That's the rule with open-source: no deadline, you do what you can when you can :) |
Let's try it, it would be a good debugging to see if it was only dependabot that didn't work |
/build
|
I merged the main branch from the upstream repository and attempted to run a build yesterday (15 March) and the build is still failing for me. I haven't walked through the command to see what's actually going on yet. I'm attempting to track down what may be throwing an exit code of 2. I tested all of the Next, I'm looked at That's all I have for now. Apologies for taking so long to get back to this.. This is the error message I see:
|
This reminds me of #2378. I suspect this may be technical debt we inherited from Super-Linter that currently none of us knows about unfortunately. |
@wesley-dean-flexion FYI I added new commits on your branch to try to make the PR pass :) |
It works locally... I hope the CI jobs will work too, I'm very excited to have Vale in MegaLinter, even if it means that we'll have to rewrite half the documentation because of my french-globbish 🤣 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'll merge once the CI is ok, many thanks @wesley-dean-flexion :)
Fixes #2401
Proposed Changes
Readiness Checklist
Author/Contributor
^ none of this is done -- just testing to see what CI/CD does (at @nvuillam's request) ; will update before making PR ready to be merged
Reviewing Maintainer
breaking
if this is a large fundamental changeautomation
,bug
,documentation
,enhancement
,infrastructure
, orperformance