ci: fix misnamed lint job and quiet noisy super-linter rules#43
Open
sandipndev wants to merge 1 commit into
Open
ci: fix misnamed lint job and quiet noisy super-linter rules#43sandipndev wants to merge 1 commit into
sandipndev wants to merge 1 commit into
Conversation
- ci.yml job was named "JavaScript Tests" but the project has no tests and the job only runs format:check + lint — renamed to "Lint & Format" so the check status reflects what it actually does. - linter.yml: disable VALIDATE_NATURAL_LANGUAGE; textlint's terminology rules flag "repo" → "repository" and "git" → "Git" as errors, which is wrong for engineering docs and was the recurring lint failure. - README.md: fix real markdownlint findings — promote the h3 headings to h2 (MD001) and tag the structure code fence as `text` (MD040). Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
test-javascriptjob tolint-javascript("Lint & Format"). The job has never run tests — there are none in the repo — but its old display name "JavaScript Tests" made every passing run misleading.VALIDATE_NATURAL_LANGUAGE. textlint's terminology rule treated normal engineering vocabulary ("repo", "git") as errors and was the only recurring lint failure onmain.###headings to##(MD001 heading-increment) and tag the unmarked code fence astext(MD040 fenced-code-language).Test plan
Continuous Integration / Lint & Formatpasses (wasJavaScript Testsbefore)Lint Codebasepasses — confirms NATURAL_LANGUAGE no longer runs and MARKDOWN issues are fixedCheck Transpiled JavaScriptpasses (no source changes, dist unaffected)CodeQLpasses🤖 Generated with Claude Code