mirror of
https://github.com/DavidAnson/markdownlint.git
synced 2026-04-24 16:55:52 +03:00
[GH-ISSUE #299] Extending a common configuration from remote #254
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#254
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 @huseyin on GitHub (Jun 19, 2020).
Original GitHub issue: https://github.com/DavidAnson/markdownlint/issues/299
I'm working on different GitHub repositories and it's not possible to extend a common configuration from remote. Is there a plan to add such a feature in the future?
@DavidAnson commented on GitHub (Jun 19, 2020):
I’m not sure I understand what you are trying to do. You can already use
requireto load configuration and there is support forextends- both are documented here: https://github.com/DavidAnson/markdownlint/blob/main/README.md#optionsconfigAre you hoping to do something else?