mirror of
https://git.code.sf.net/p/libpng/code.git
synced 2025-07-10 18:04:09 +02:00

Add ci_lint_ci.sh for linting the CI config files and scripts. The linting is based on yamllint and shellcheck.
8 lines
296 B
Plaintext
8 lines
296 B
Plaintext
# 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
|