shellcheck-5

ShellCheck performs many checks around function-declaration. When declaring a function,the @ Character would not be recognized as valid in (-front of) function names. The fix is to adjust the parser, to consider it a valid function name.

ghc-version: 8.10.7

hasbugs-version: 1.0.0

license: GPL3

build-framework: stack

Repository
Test Frameworks:
GitHub Artifacts :

Faults @5005dc0f

[
  {
    "endline": 69,
    "file": "./src/ShellCheck/Parser.hs",
    "function": "doubleQuote",
    "module": "ShellCheck.Parser",
    "startline": 69
  }
]

Fixes @0d1a34a2

[
  {
    "endline": 69,
    "file": "./src/ShellCheck/Parser.hs",
    "function": "doubleQuote",
    "module": "ShellCheck.Parser",
    "startline": 69
  }
]