mirror of
https://github.com/espressif/arduino-esp32.git
synced 2026-03-13 09:41:48 +08:00
* ci(pre-commit): Add check for bash scripts * fix(formatting): Fix bash scripts * docs(pre-commit): Add info about the included hooks
12 lines
369 B
Plaintext
12 lines
369 B
Plaintext
# Shellcheck configuration file for ESP32 Arduino core
|
|
|
|
# Optional checks. https://github.com/koalaman/shellcheck/wiki/optional
|
|
enable=add-default-case,deprecate-which,avoid-nullary-conditions
|
|
|
|
# Enable search for external sources
|
|
external-sources=true
|
|
|
|
# Search folder for sourced files.
|
|
# Set to the folder where the original script is located.
|
|
source-path=SCRIPTDIR
|