Cleanup nolibfuse.am $(_echo_lower) missing something everywhere! #69
reviewdog [shellcheck] report
reported by reviewdog 🐶
Findings (5)
modules/nolibfuse.am|14 col 3| Couldn't find 'fi' for this 'if'.
modules/nolibfuse.am|14 col 3| Couldn't parse this if expression. Fix to allow more checks.
modules/nolibfuse.am|101 col 22| '(' is invalid here. Did you forget to escape it?
modules/nolibfuse.am|101 col 22| Expected 'fi' matching previously mentioned 'if'.
modules/nolibfuse.am|101 col 22| Expected 'fi'. Fix any mentioned problems and try again.
Filtered Findings (0)
Annotations
Check failure on line 14 in modules/nolibfuse.am
github-actions / shellcheck
[shellcheck] modules/nolibfuse.am#L14 <ShellCheck.SC1046>
Couldn't find 'fi' for this 'if'.
Raw output
modules/nolibfuse.am:14:3: error: Couldn't find 'fi' for this 'if'. (ShellCheck.SC1046)
Check failure on line 14 in modules/nolibfuse.am
github-actions / shellcheck
[shellcheck] modules/nolibfuse.am#L14 <ShellCheck.SC1073>
Couldn't parse this if expression. Fix to allow more checks.
Raw output
modules/nolibfuse.am:14:3: error: Couldn't parse this if expression. Fix to allow more checks. (ShellCheck.SC1073)
Check failure on line 101 in modules/nolibfuse.am
github-actions / shellcheck
[shellcheck] modules/nolibfuse.am#L101 <ShellCheck.SC1036>
'(' is invalid here. Did you forget to escape it?
Raw output
modules/nolibfuse.am:101:22: error: '(' is invalid here. Did you forget to escape it? (ShellCheck.SC1036)
Check failure on line 101 in modules/nolibfuse.am
github-actions / shellcheck
[shellcheck] modules/nolibfuse.am#L101 <ShellCheck.SC1047>
Expected 'fi' matching previously mentioned 'if'.
Raw output
modules/nolibfuse.am:101:22: error: Expected 'fi' matching previously mentioned 'if'. (ShellCheck.SC1047)
Check failure on line 101 in modules/nolibfuse.am
github-actions / shellcheck
[shellcheck] modules/nolibfuse.am#L101 <ShellCheck.SC1072>
Expected 'fi'. Fix any mentioned problems and try again.
Raw output
modules/nolibfuse.am:101:22: error: Expected 'fi'. Fix any mentioned problems and try again. (ShellCheck.SC1072)