summaryrefslogtreecommitdiff
path: root/Build/source/libs/libpng/libpng-src/ci/.shellcheckrc
blob: 0260dcca30f0fda299408adafc5f7e620db25f08 (plain)
1
2
3
4
5
6
7
8
9
10
11
# Disable the "variable appears unused" warning caused by the use of getopts
# with an obligatory (but unused) variable name in the main function.
disable=SC2034

# Disable all the "quote to prevent globbing or word splitting" advice.
# We need word splitting for well-known variables like MAKEFLAGS and CFLAGS.
disable=SC2086,SC2206

# Disable the "possible misspelling" warnings that might be flagged, e.g.,
# inside function ci_trace_build.
disable=SC2153