tldr-pages / tldr-lint

A linting tool to validate tldr pages
https://www.npmjs.com/package/tldr-lint
MIT License
35 stars 20 forks source link

New linter error if the page isn’t in one of the supported platforms #279

Closed sebastiaanspeck closed 3 months ago

sebastiaanspeck commented 8 months ago

Right now we do have some platforms for which we document the pages, but if you would like, you could easily misspell the directory when creating a new page e.g. https://github.com/tldr-pages/tldr/pull/11107. Maybe we could add an error if the page isn’t inside a folder in the list of supported platforms (android, common, linux, osx, sunos and windows)

sebastiaanspeck commented 3 months ago

This will be checked in the tldr-maintenance report. Therefore I am closing this issue.