TECHPUBS-4017: Updated version examples #1
Annotations
5 errors and 10 warnings
shellcheck:
docs/portal/developer-portal/flatten.sh#L1
Tips depend on target shell and yours is unknown. Add a shebang or a 'shell' directive.
|
shellcheck:
docs/portal/developer-portal/flatten.sh#L16
Iterating over ls output is fragile. Use globs.
|
shellcheck:
docs/portal/developer-portal/flatten.sh#L16
Double quote array expansions to avoid re-splitting elements.
|
shellcheck:
vars.sh#L1
Tips depend on target shell and yours is unknown. Add a shebang or a 'shell' directive.
|
shellcheck
Process completed with exit code 1.
|
shellcheck
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
shellcheck
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
shellcheck
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
shellcheck
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
shellcheck:
docs/portal/developer-portal/build.sh#L45
Invalid flags are not handled. Add a *) case.
|
shellcheck:
docs/portal/developer-portal/build.sh#L50
DITA_CONTAINER appears unused. Verify use (or export if used externally).
|
shellcheck:
docs/portal/developer-portal/build.sh#L55
Use 'cd ... || exit' or 'cd ... || return' in case cd fails.
|
shellcheck:
docs/portal/developer-portal/build.sh#L57
When used with -p, -m only applies to the deepest directory.
|
shellcheck:
docs/portal/developer-portal/build.sh#L58
When used with -p, -m only applies to the deepest directory.
|
shellcheck:
docs/portal/developer-portal/build.sh#L59
When used with -p, -m only applies to the deepest directory.
|