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

Add more disable error configuration #5143

Merged
merged 8 commits into from Feb 19, 2021
Merged

Add more disable error configuration #5143

merged 8 commits into from Feb 19, 2021

Commits on Feb 12, 2021

  1. Add type parameters to StylelintConfigRuleSettings

    This makes it possible to refer to more specific parameter types when
    they're known. It also means that it doesn't always just reduce to
    "any".
    nex3 committed Feb 12, 2021
    Copy the full SHA
    f7ecb1b View commit details
    Browse the repository at this point in the history
  2. Add an explicit Severity type

    nex3 committed Feb 12, 2021
    Copy the full SHA
    9919434 View commit details
    Browse the repository at this point in the history
  3. Add more disable error configuration

    This makes it possible to add exceptions to disable errors, and to
    configure their severity, using the same syntax as is used for lint
    rules.
    nex3 committed Feb 12, 2021
    Copy the full SHA
    b47df94 View commit details
    Browse the repository at this point in the history

Commits on Feb 17, 2021

  1. Fix property-*list deprecation warning test settings

    These properties were being configured with the value `[]`, which we
    newly interpret as "unset" rather than "set to the empty list". This
    distinction doesn't matter in general, but it does mean that the rules
    won't be flagged as deprecated.
    nex3 committed Feb 17, 2021
    Copy the full SHA
    bf7fe0b View commit details
    Browse the repository at this point in the history
  2. Revert "Fix property-*list deprecation warning test settings"

    This reverts commit bf7fe0b.
    nex3 committed Feb 17, 2021
    Copy the full SHA
    ef4da84 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    f30091f View commit details
    Browse the repository at this point in the history
  4. Fix a type error

    nex3 committed Feb 17, 2021
    Copy the full SHA
    4b1970d View commit details
    Browse the repository at this point in the history
  5. Fix lints

    nex3 committed Feb 17, 2021
    Copy the full SHA
    5df3203 View commit details
    Browse the repository at this point in the history