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

Improve inline comment merging #4950

Merged
merged 4 commits into from Sep 24, 2020
Merged

Improve inline comment merging #4950

merged 4 commits into from Sep 24, 2020

Commits on Sep 23, 2020

  1. Improve inline comment merging

    This now only starts a merge when the comment begins with `stylelint-`
    and either the first line contains `--` or the second line starts with
    `--`.
    
    The merge will end whenever another line starts with `stylelint-` to
    allow for adjacent stylelint commands.
    jathak committed Sep 23, 2020
    Copy the full SHA
    a9abdb9 View commit details
    Browse the repository at this point in the history
  2. Fix indentation

    jathak committed Sep 23, 2020
    Copy the full SHA
    2ea4fa3 View commit details
    Browse the repository at this point in the history

Commits on Sep 24, 2020

  1. Copy the full SHA
    231f81b View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    03957cb View commit details
    Browse the repository at this point in the history