Skip to content

Conversation

@CBID2
Copy link
Contributor

@CBID2 CBID2 commented Oct 26, 2025

  • What kind of change does this PR introduce? (Bug fix, feature, docs update, ...)
    This pull request is adding Vale linter's GitHub Action.

  • Why was this change needed? (You can also link to an open issue here)

Adding this feature does the following for DocsGPT's documentation:

Maintain Consistency: Enforce consistent terminology, tone, and formatting across all documentation
Catch Errors Early: Identify spelling mistakes, grammar issues, and style violations during development
Improve Contributor Experience: Provide immediate feedback to contributors about documentation standards
Reduce Review Burden: Automate basic style checks, allowing maintainers to focus on content quality
Align with Best Practices: Follow industry-standard documentation practices used by major open-source projects (GitLab, Kubernetes, Linode use Vale)

Closes #2099

  • Other information:
    I'm doing this for Hacktoberfest, and here's a screenshot of the output when I test it in the terminal:
Screenshot of output when testing Vale

- Add .vale.ini configuration with custom vocabulary and style settings
- Set up GitHub Actions workflow for automated linting on PRs and pushes
- Include custom vocabulary for DocsGPT-specific terms and technologies
- Configure style rules for markdown files in the docs directory
@vercel
Copy link

vercel bot commented Oct 26, 2025

@CBID2 is attempting to deploy a commit to the Arc53 Team on Vercel.

A member of the Team first needs to authorize it.

@github-actions github-actions bot added repo github Github workflows labels Oct 26, 2025
@codecov
Copy link

codecov bot commented Oct 26, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 42.28%. Comparing base (9b2383b) to head (79814ac).
⚠️ Report is 1 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #2102   +/-   ##
=======================================
  Coverage   42.28%   42.28%           
=======================================
  Files         136      136           
  Lines        9315     9315           
=======================================
  Hits         3939     3939           
  Misses       5376     5376           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@CBID2
Copy link
Contributor Author

CBID2 commented Oct 26, 2025

hey @dartpain! :) I'm done! :)

Update #1: I'm going to start over
Update #2: the new PR is #2104

@CBID2 CBID2 closed this Oct 27, 2025
@CBID2 CBID2 deleted the implement-vale-linter branch October 27, 2025 01:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

github Github workflows repo

Projects

None yet

Development

Successfully merging this pull request may close these issues.

🚀 Feature: add vale Linter for documentation maintenance

1 participant