shuck-cli 0.0.17

A fast shell script linter
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
reviewed_divergences:
  - side: shellcheck-only
    path_suffix: "rvm__rvm__scripts__cli"
    line: 143
    end_line: 143
    column: 49
    end_column: 51
    reason: "This fixture's SC2252 record is the unrelated `||`/`&&` warning surfaced in the corpus, not nested zsh substitution syntax."
  - side: shuck-only
    path_suffix: "ohmyzsh__ohmyzsh__plugins__gitfast__git-completion.bash"
    line: 326
    end_line: 326
    reason: "This completion helper only evaluates the nested zsh substitution after an explicit `ZSH_VERSION` guard, so the construct is intentional for that fixture."