Skip to content

Conversation

DaniilKl
Copy link
Contributor

@DaniilKl DaniilKl commented Sep 4, 2025

No description provided.

@DaniilKl
Copy link
Contributor Author

DaniilKl commented Sep 4, 2025

There is one problem that should be fixed:

danillklimuk in ~/Projects/DTS/dts-scripts on update-pre-commit λ pre-commit run --all-files
check for added large files..............................................Passed
check for merge conflicts................................................Passed
check for broken symlinks............................(no files to check)Skipped
detect private key.......................................................Passed
fix end of files.........................................................Passed
trim trailing whitespace.................................................Passed
mixed line ending........................................................Passed
codespell................................................................Passed
yamllint.................................................................Passed
markdownlint.............................................................Passed
markdownlint-fix.........................................................Passed
ShellCheck v0.11.0.......................................................Failed
- hook id: shellcheck
- exit code: 1

In include/dts-functions.sh line 885:
      _sig_result="$(cat $_hash_file | gpg --verify $_sign_file - >>$ERR_LOG_FILE 2>&1)"
                   ^-- SC2327 (warning): This command substitution will be empty because the command's output gets redirected away.
                                                                  ^-------------^ SC2328 (error): This redirection takes output away from the command substitution (use tee to duplicate).

For more information:
  https://www.shellcheck.net/wiki/SC2328 -- This redirection takes output awa...
  https://www.shellcheck.net/wiki/SC2327 -- This command substitution will be...

shfmt....................................................................Passed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant