Skip to content

Latest commit

 

History

History
17 lines (9 loc) · 461 Bytes

use_shellcheck.md

File metadata and controls

17 lines (9 loc) · 461 Bytes

Use shellcheck

When you start to use shellcheck you might need to find information about rules fast.

All rules are documented in the shellcheck Wiki, like so.

https://www.shellcheck.net/wiki/SC2215

So when you know your rule key, SC2215 in the above example.

You can just exchange the key on the above URL and get the proper documentation.

Resources and References