Updated SC1091 (markdown)

meleu-cw
2024-01-23 00:30:29 -03:00
parent 54418029fd
commit 8f1bc49473

@@ -38,6 +38,6 @@ Feel free to ignore the error with a [[directive]].
### Exceptions:
ShellCheck is unable to follow dynamic paths, such as `source "$somedir/file"`. For these cases, see [[SC1090: Can't follow non-constant source. Use a directive to specify location|SC1090]] instead. You may be seeing SC1091 because ShellCheck tried to be helpful and strip a leading dynamic path element as described on that page.
ShellCheck is unable to follow dynamic paths, such as `source "$somedir/file"`. For these cases, see [SC1090: Can't follow non-constant source. Use a directive to specify location](SC1090) instead. You may be seeing SC1091 because ShellCheck tried to be helpful and strip a leading dynamic path element as described on that page.
If you're fine with it, ignore the message with a [[directive]].