disable annoying shellcheck opinions

This commit is contained in:
tengel 2024-09-14 10:28:07 -05:00
parent ef0bd6556e
commit b89320d456

View file

@ -1,4 +1,5 @@
#!/usr/bin/env bash #!/usr/bin/env bash
# shellcheck disable=SC2317,SC2086,SC2181,SC2129,SC2002
# #
# restic backup using rclone as the transport # restic backup using rclone as the transport
# - designed to be cron/timer driven, uses repo key on disk (security warning) # - designed to be cron/timer driven, uses repo key on disk (security warning)