Updated SC1081 (markdown)

Mingye Wang
2015-10-04 01:45:51 -04:00
parent 5df59ef262
commit 36d91384bd

@@ -24,4 +24,4 @@ Shells are case sensitive and do not accept `If` or `IF` in place of lowercase `
### Exceptions
If you're aware of this and insist on naming a function `WHILE`, you can quote the name to prevent shellcheck from thinking you meant `while`.
If you're aware of this and insist on naming a function `WHILE`, you can quote the name to prevent shellcheck from thinking you meant `while`. Or if you really want the names, add things like `alias If=if IF=if` to replace those keywords and ask shellcheck to ignore them.