Skip to content
Snippets Groups Projects
Commit 92d94b35 authored by nimrod's avatar nimrod
Browse files

pre-commit: Address some new warnings.

parent 42d5e693
No related branches found
No related tags found
No related merge requests found
Pipeline #4084 failed
......@@ -21,7 +21,9 @@ repos:
rev: v2.3.0
hooks:
- id: codespell
exclude: Dockerfile
args:
- "--skip"
- "hashin,aNULL"
- repo: https://github.com/Yelp/detect-secrets.git
rev: v1.5.0
......
......@@ -3,5 +3,6 @@
while true
do
echo "$@"
# shellcheck disable=SC2294
eval "$@"
done
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment