Skip to content
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

Scripts: Update lint-md-docs script to use ignore-path #32633

Merged
merged 3 commits into from
Jun 18, 2021

Commits on Jun 14, 2021

  1. Update lint-md-docs script to use ignore-path

    Updates markdown-lint and markdownlint-cli packages. These packages add
    support for ignore-path parameter to specify a location for the ignore
    file.
    
    Add a default markdownlintignore file to scripts config with build and
    node_modules as the two default ignores. Matches current script
    defaults.
    
    Updates lint-md-docs script to pass in the new --ignore-path argument
    and specify the new markdownlintignore file.
    mkaz authored and gziolo committed Jun 14, 2021
    Configuration menu
    Copy the full SHA
    bd42a71 View commit details
    Browse the repository at this point in the history
  2. Additional package-lock changes 🤷‍♂️

    mkaz authored and gziolo committed Jun 14, 2021
    Configuration menu
    Copy the full SHA
    c2c5420 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a08ec97 View commit details
    Browse the repository at this point in the history