anaconda/anaconda-40.22.3.13/tests/shellcheck/ignores.sh

9 lines
204 B
Bash
Raw Normal View History

2024-11-14 21:39:56 -08:00
#!/bin/bash
# Paths to ignore in shellcheck tests; these are patterns passed to `grep -v`.
# shellcheck disable=SC2034 # sourced by the unit test script
ignore_patterns=(
dockerfile/
scripts/
widgets/
)