feat(hadoop): Add hdfs-utils #566
reviewdog [shellcheck] report
reported by reviewdog 🐶
Findings (0)
Filtered Findings (14)
hive/upload_new_postgres_driver_version.sh|52 col 18| Double quote to prevent globbing and word splitting.
hive/upload_new_postgres_driver_version.sh|52 col 49| Double quote to prevent globbing and word splitting.
shared/log4shell.sh|13 col 18| Quote expansions in this for loop glob to prevent wordsplitting, e.g. "$dir"/.txt .
shared/log4shell.sh|14 col 33| Double quote to prevent globbing and word splitting.
shared/log4shell.sh|23 col 18| Quote expansions in this for loop glob to prevent wordsplitting, e.g. "$dir"/.txt .
shared/log4shell.sh|28 col 15| Double quote to prevent globbing and word splitting.
shared/log4shell.sh|30 col 35| Double quote to prevent globbing and word splitting.
shared/log4shell.sh|41 col 17| Double quote to prevent globbing and word splitting.
shared/log4shell.sh|75 col 9| Double quote to prevent globbing and word splitting.
shared/log4shell.sh|76 col 10| Double quote to prevent globbing and word splitting.
shared/log4shell.sh|77 col 10| Double quote to prevent globbing and word splitting.
shared/log4shell.sh|113 col 20| For loops over find output are fragile. Use find -exec or a while read loop.
airflow/stackable/utils/entrypoint.sh|314 col 58| Double quote to prevent globbing and word splitting.
superset/stackable/patches/apply_patches.sh|38 col 7| Useless cat. Consider 'cmd < file | ..' or 'cmd file | ..' instead.