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: ...@@ -21,7 +21,9 @@ repos:
rev: v2.3.0 rev: v2.3.0
hooks: hooks:
- id: codespell - id: codespell
exclude: Dockerfile args:
- "--skip"
- "hashin,aNULL"
- repo: https://github.com/Yelp/detect-secrets.git - repo: https://github.com/Yelp/detect-secrets.git
rev: v1.5.0 rev: v1.5.0
......
...@@ -3,5 +3,6 @@ ...@@ -3,5 +3,6 @@
while true while true
do do
echo "$@" echo "$@"
# shellcheck disable=SC2294
eval "$@" eval "$@"
done done
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment