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

Report disables in the same manner as lints #4973

Merged
merged 6 commits into from Oct 14, 2020
Merged

Commits on Oct 9, 2020

  1. Report disables in the same manner as lints

    Rather than returning disables that are considered "invalid" for
    various reasons (such as --report-needless-disables) as a separate
    list of objects that formatters must handle individually, stylelint
    now converts them into standard lint warnings. This allows formatters
    to automatically format them the same as normal warnings without any
    extra disable-specific code.
    
    Closes #4896
    nex3 committed Oct 9, 2020
    Copy the full SHA
    f1fd8ff View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    2c392c6 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    56e8286 View commit details
    Browse the repository at this point in the history
  4. Remove extra blank lines

    nex3 committed Oct 9, 2020
    Copy the full SHA
    f8fd5c1 View commit details
    Browse the repository at this point in the history

Commits on Oct 13, 2020

  1. Code review

    nex3 committed Oct 13, 2020
    Copy the full SHA
    b03ef70 View commit details
    Browse the repository at this point in the history
  2. Fix a lint

    nex3 committed Oct 13, 2020
    Copy the full SHA
    0fdef35 View commit details
    Browse the repository at this point in the history