-
Notifications
You must be signed in to change notification settings - Fork 45
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
Enable custom rulesets for the lintMarkdown builtin #1087
Comments
etobo-dev
pushed a commit
to etobo-dev/makes
that referenced
this issue
May 10, 2023
…down builtin - Add a new parameter --rulesets to the lintMarkdown linter implementation, which allows passing the file with custom rules for Markdownlint.
etobo-dev
pushed a commit
to etobo-dev/makes
that referenced
this issue
May 10, 2023
…down builtin - Add a new parameter --rulesets to the lintMarkdown linter implementation, which allows passing the file with custom rules for Markdownlint.
etobo-dev
pushed a commit
to etobo-dev/makes
that referenced
this issue
May 10, 2023
…down builtin - Add a new parameter --rulesets to the lintMarkdown linter implementation, which allows passing the file with custom rules for Markdownlint.
etobo-dev
pushed a commit
to etobo-dev/makes
that referenced
this issue
May 11, 2023
…down builtin - Add a new parameter --rulesets to the lintMarkdown linter implementation, which allows passing the file with custom rules for Markdownlint.
etobo-dev
pushed a commit
to etobo-dev/makes
that referenced
this issue
May 11, 2023
…down builtin - Add a new parameter --rulesets to the lintMarkdown linter implementation, which allows passing the file with custom rules for Markdownlint.
etobo-dev
pushed a commit
to etobo-dev/makes
that referenced
this issue
May 11, 2023
…down builtin - Add a new parameter --rulesets to the lintMarkdown linter implementation, which allows passing the file with custom rules for Markdownlint.
etobo-dev
pushed a commit
to etobo-dev/makes
that referenced
this issue
May 12, 2023
…down builtin - Add a new parameter --rulesets to the lintMarkdown linter implementation, which allows passing the file with custom rules for Markdownlint. - Add a new default rulesets.rb file
etobo-dev
pushed a commit
to etobo-dev/makes
that referenced
this issue
May 12, 2023
…down builtin - Add a new parameter --rulesets to the lintMarkdown linter implementation, which allows passing the file with custom rules for Markdownlint. - Add a new default rulesets.rb file
etobo-dev
added a commit
to etobo-dev/makes
that referenced
this issue
May 12, 2023
…down builtin - Add a new parameter --rulesets to the lintMarkdown linter implementation, which allows passing the file with custom rules for Markdownlint. - Add a new default rulesets.rb file Signed-off-by: Elver Tobo <[email protected]>
etobo-dev
added a commit
to etobo-dev/makes
that referenced
this issue
May 12, 2023
…down builtin - Add a new parameter --rulesets to the lintMarkdown linter implementation, which allows passing the file with custom rules for Markdownlint. - Add a new default rulesets.rb file - Update lintMarkdown builtin documentation Signed-off-by: Elver Tobo <[email protected]>
dsalaza4
added a commit
that referenced
this issue
May 12, 2023
feat(back): #1087 enable custom rulesets for the lintMarkdown builtin
@eytobo Is this done? |
Yes, it's done. I didn't close the issue because I couldn't find an option for it. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
--rulesets <ruleset path>
to the lintMarkdown linter implementation, which allows passing the file with custom rules for Markdownlint.The text was updated successfully, but these errors were encountered: