Giter Site home page Giter Site logo

nova-shellcheck's People

Contributors

olly avatar samdoran avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

nova-shellcheck's Issues

Ignore Shellcheck Errors

@zaxxon72 you expressed an interest in being able to ignore a specific Shellcheck error. As you correctly surmised there's no way, which Nova exposes to do this via the interface.

Shellcheck provides a number of ways to ignore errors: https://github.com/koalaman/shellcheck/wiki/Ignore

The only useful additions I can think of to the extension would be:

  • Adding a command to "Ignore this Error" via the command palette. This would have to be triggered with the selection over the line with the error on it, and would have to insert a comment to disable that specific error message; for example:
# shellcheck disable=SC2059
  • Or add some configuration at the workspace, and or global level to be able to disable specific errors. This would mimic the .shellcheckrc file, and disable those errors globally. However, I think in reality this would best be left delegated to shellcheck itself.

Are there any thoughts and ideas on how best to expose ignoring shellcheck errors into Nova itself?

Not working/don't know how to use it

I installed the extension on Nova 5 today and I don't know how to actually make it work on shell script. There doesn't seem to be any menu bar item or anything so I am wondering if something is broken here.

Can someone help me out? Thanks.

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.