anaconda/anaconda-40.22.3.13/tests/shellcheck/ignores.sh
2024-11-14 21:39:56 -08:00

8 lines
204 B
Bash

#!/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/
)