.pre-commit-config.yaml: update pre-commit hooks#105
Draft
Conversation
Signed-off-by: Daniil Klimuk <daniil.klimuk@3mdeb.com>
Contributor
Author
|
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 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.