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

Fix: capitalize-headings, yaml-title, yaml-title-alias require two lint passes to resolve #1131

Merged
merged 2 commits into from
Aug 4, 2024

Commits on Jul 26, 2024

  1. moved yaml-title to runAfterRegularRules

    yaml-title needs to run after capitalize-headings since it may be
    configured to use the first H1 heading as the title value.
    tcoliver committed Jul 26, 2024
    Configuration menu
    Copy the full SHA
    89e9d7f View commit details
    Browse the repository at this point in the history
  2. move yaml-title-alias to runAfterRegularRules

    yaml-title-alias should run after capitalize-headers and yaml-title
    since the alias may depend on the H1 header.
    tcoliver committed Jul 26, 2024
    Configuration menu
    Copy the full SHA
    e4e590b View commit details
    Browse the repository at this point in the history