Git Product home page Git Product logo

Comments (8)

bluwy avatar bluwy commented on June 20, 2024

Is there a reason you publish tests?

from publint.

ljharb avatar ljharb commented on June 20, 2024

Yes, because since time immemorial, npm explore foo && npm install && npm test is supposed to work, so that you don't need an internet connection to run your deps' tests. That it's become fashionable not to publish tests doesn't change that.

Either way, that's the way all 450+ of my packages are built, and I'd love to use this tool without having to wade through these "suggestions".

from publint.

bluwy avatar bluwy commented on June 20, 2024

Thanks for the explanation. I've not quite used this workflow before, but it still feels like a rare thing to do these days, and I'm not sure if it's fair for users to pay the bandwidth price upfront for this.

At most they'd only patch a certain piece of code regardless of tests to get it work. And if they're considering submitting a fix, they'd need to clone it down anyways.

Also wouldn't npm install still require a network connection?

from publint.

ljharb avatar ljharb commented on June 20, 2024

Nope, npm install works from cache.

Regardless, I'm not asking to change the default, I'm asking for a command line option so i can skip it.

from publint.

bluwy avatar bluwy commented on June 20, 2024

You can use --level warning to only log warnings and errors.

from publint.

ljharb avatar ljharb commented on June 20, 2024

I don't want to hide all suggestions, just this specific one.

from publint.

bluwy avatar bluwy commented on June 20, 2024

At the moment I don't have plans to support ignoring certain messages yet.

from publint.

bluwy avatar bluwy commented on June 20, 2024

Closing this for now as I'd like the library to be more opinionated on certain practices, but I might revisit a more fine-grain ignore option once I figure a plugin implementation for the library, which then ignoring certain "rules" like eslint could be more useful.

from publint.

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.