mirror of
https://github.com/DavidAnson/markdownlint.git
synced 2026-04-26 09:46:01 +03:00
[GH-ISSUE #338] Consider adding homebrew installation option #290
Labels
No labels
bug
enhancement
enhancement
enhancement
fixed in next
fixed in next
fixed in next
new rule
new rule
new rule
pull-request
question
refactoring
refactoring
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/markdownlint#290
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @pdesjardins90 on GitHub (Oct 9, 2020).
Original GitHub issue: https://github.com/DavidAnson/markdownlint/issues/338
When developing a project that has no package.json (for example, a shell script project), it would be nice to be able to include
markdownlintin the project's brew bundle file instead of having to create a package.json just for it. This is something Prettier, a project similar to yours, is doing. See here.Apart from writing the initial fomula (probably very similar to the one I linked), you'd have to include a way to update the hashes when you release a new version. I don't know what are the best practices for automating that, but my guess would be to do it through a github action.
Would you be open to add this feature to the project? If so, would you accept pull requests for it?
@pdesjardins90 commented on GitHub (Oct 9, 2020):
I'll be moving this issue to the markdownlint-cli repository as I realize it's more relevant there.
@pdesjardins90 commented on GitHub (Oct 9, 2020):
For reference: https://github.com/igorshubovych/markdownlint-cli/issues/111