Skip to content

markdownlint doesn't support "standard" config namesΒ #2056

Description

@ruzickap

Describe the bug
By default markdownlint-cli supports multiple files which contains configuration for this tool:

  • .markdownlint.jsonc
  • .markdownlint.json
  • .markdownlint.yaml
  • .markdownlint.yml

Details: https://github.com/igorshubovych/markdownlint-cli/blob/master/README.md?plain=1#L108

It would be nice if megalinter can be compatible with default markdownlint-cli behaviour - work with all of these files by default (and not just with .markdownlint.json).

To Reproduce

Steps to reproduce the behavior:

  1. Create markdownlint-cli supported configuration file .markdownlint.yaml.
  2. .markdownlint.yaml is not used by default by megalinter

Expected behavior

Megalinter should keep the compatibility with markdownlint-cli and should be able to work with all supported config files by default.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't workingnostaleThis issue or pull request is not stale, keep it open

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions