-
Notifications
You must be signed in to change notification settings - Fork 409
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 linter for checking blog posts #2459
Conversation
Then please mark this PR as ready for review |
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## main #2459 +/- ##
==========================================
+ Coverage 27.02% 27.05% +0.02%
==========================================
Files 400 400
Lines 19776 19776
==========================================
+ Hits 5345 5350 +5
+ Misses 13865 13861 -4
+ Partials 566 565 -1 see 2 files with indirect coverage changes
Flags with carried forward coverage won't be shown. Click here to find out more. |
Co-authored-by: Alexey Palazhchenko <alexey.palazhchenko@gmail.com>
Co-authored-by: Chi Fujii <chi.fujii@ferretdb.io>
@raeidish this pull request has merge conflicts. |
Ready for another review @AlekSi |
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.
Very minor comments. Looking good 🤗
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.
Could you run task lint
and fix the warnings of that please? 🤗
@chilagrow what linting errors are you getting? because apparently I'm not getting any. works on my machine 😁 |
That's interesting, below is what I see from task lint
|
Head branch was pushed to by a user without write access
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.
Great work! This is already helping us to identify file name and slug mismatch.
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.
LGTM! Thanks for your contribution! 👍
Description
Closes #2432.
Added linter in tools/checkdocs that verifies slugs in markdown files. Would love to get some feedback on the changes
Readiness checklist
task all
, and it passed.@FerretDB/core
), Labels, Project and project's Sprint fields.