Giter VIP home page Giter VIP logo

Comments (6)

davidtheclark avatar davidtheclark commented on May 18, 2024

Sounds good. One question: For e.g. number-leading-zero should the negative instead use "unexpected": "Unexpected leading zero for fractional value less than 1"??

from stylelint.

jeddy3 avatar jeddy3 commented on May 18, 2024

One question: For e.g. number-leading-zero should the negative instead use "unexpected": "Unexpected leading zero for fractional value less than 1"??

Yeap, I had that same thought just after I clicked "Comment"! :)

That works for me if we make the other "always"|"never" rules consistent too e.g.

  • declaration-colon/bang-space: "Expected single space before "!"" and "Unexpected space before "!"
  • declaration-block-trailing-semicolon: "Expected a trailing semicolon" and "Unexpected trailing semicolon"
  • number-leading-zero: "Expected a leading zero for fractional value less than 1" and "Unexpected leading zero for fractional value less than 1"

When it comes to rules with values other than "always" and "never" I think we should tend towards "expected" over "unexpected" e.g.

url-quotes: "single"|"double"|none

We might need to create multiple rejected messages for each value if we use "unexpected" e.g.

For url-quotes: "single"

We'd need two rejected messages:

  • "Unexpected double quotes for URL"
  • "Unexpected lack of quotes for URL"

Where as, the "expected" approach would require just one rejected message for each value:

e.g. for url-quotes: "single"

We'd only need:

  • "Expected single quotes for URL"

Sound good?

from stylelint.

davidtheclark avatar davidtheclark commented on May 18, 2024

Yes. I think "unexpected" (aka "rejected") is for situations where what's there is not ok but there is not a specific expected alternative. So url-quotes never "rejects" if it's on, because it's always expecting something specific. We're in agreement.

from stylelint.

jeddy3 avatar jeddy3 commented on May 18, 2024

We're in agreement.

Good stuff :)

from stylelint.

MoOx avatar MoOx commented on May 18, 2024

👍

from stylelint.

jeddy3 avatar jeddy3 commented on May 18, 2024

I can do this.

from stylelint.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.