User Tools

Site Tools


bash:shellcheck

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
bash:shellcheck [2016/10/17 14:32] peterbash:shellcheck [2020/07/15 09:30] (current) – external edit 127.0.0.1
Line 1: Line 1:
-====== Bash - ShellCheck ======+====== BASH - ShellCheck ======
  
 [[https://github.com/koalaman/shellcheck|ShellCheck]] helps to identify a lot of potential issues in your shell scripts.   [[https://github.com/koalaman/shellcheck|ShellCheck]] helps to identify a lot of potential issues in your shell scripts.  
Line 13: Line 13:
 rm -rf "$dir" rm -rf "$dir"
 </code> </code>
 +
 +----
  
 ===== More Bad Code Examples ===== ===== More Bad Code Examples =====
  
 ==== Common beginner's mistakes ==== ==== Common beginner's mistakes ====
 +
 +ShellCheck recognizes many common beginner's syntax errors.
  
 <code bash> <code bash>
Line 26: Line 30:
 var=(1, 2, 3)                         # Comma separated arrays. var=(1, 2, 3)                         # Comma separated arrays.
 </code> </code>
 +
 +----
  
 ==== Style ==== ==== Style ====
Line 69: Line 75:
          
 It is recommended to enforce a daily Shell Code Check! It is recommended to enforce a daily Shell Code Check!
 +
bash/shellcheck.1476714729.txt.gz · Last modified: 2020/07/15 09:30 (external edit)

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki