mirror of
https://github.com/koalaman/shellcheck.git
synced 2025-10-03 19:29:44 +08:00
Created Template (markdown)
17
Template.md
Normal file
17
Template.md
Normal file
@@ -0,0 +1,17 @@
|
||||
# (Message goes here)
|
||||
|
||||
### Problematic code:
|
||||
|
||||
(Simple example of problematic code)
|
||||
|
||||
### Correct code:
|
||||
|
||||
(Simple example of above code, only fixed)
|
||||
|
||||
### Rationale:
|
||||
|
||||
(An explanation of why the code is problematic and how the correct code is an improvement)
|
||||
|
||||
### Contraindications
|
||||
|
||||
(Cases where the user may choose to ignore this warning, if any.)
|
Reference in New Issue
Block a user