Git Product home page Git Product logo

jsonlint-tree's People

Contributors

alvaropinot avatar educastellano avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

jsonlint-tree's Issues

feature request: exit codes

I think It could be really useful if an exit code is added so this can be used in CI environments :)

something like exit 0 for no errors and exit 1 whenever there are some failures. This way the this could be integrated into the npm scripts of a project for example.

I did this quick hack as a poc, if you like the idea I'll be glad to submit a PR :)

...
if (passed+failed === files.length) {
   ...
   process.exit(failed)
}
...

What do you think?

Hide valid lines

Add an option to hide files passed validation. E.g. "--quiet" option.

Shebang incompatible with OSX using NVM

The first line of this utility is #!/usr/local/bin/node, a path which is empty on OSX when using Node Version Manager.

Thus, this utility when run on OSX with Node installed via NVM produces--

-bash: /Users/chris/.nvm/versions/node/v4.5.0/bin/jsonlint-tree: /usr/local/bin/node: bad interpreter: No such file or directory

A solution which would help this utility run on the most platforms would be to use this shebang instead--

#!/usr/bin/env node

Add support for ignoring certain paths

I typically need this kind of tool for linting json configurations of my project. The problem is that it also lints all json files within node_modules.

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.