jbampton opened a new issue, #35:
URL: https://github.com/apache/tooling-docs/issues/35

   https://github.com/shellcheck-py/shellcheck-py
   
   https://www.shellcheck.net/
   
   https://github.com/koalaman/shellcheck
   
   Example `.pre-commit-config.yaml` entry:
   
   ```
    - repo: https://github.com/shellcheck-py/shellcheck-py
      rev: v0.10.0.1
      hooks:
        - id: shellcheck
   ```
   
   Example `.shellcheckrc` config file:
   
   ```
   disable=SC2004,SC2041,SC2155,SC2181
   ```
   
   
   
   There are various ways you can ignore errors:
   
   https://github.com/koalaman/shellcheck/wiki/Ignore


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to