mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
37c7c5b58d
- shellcheck fixes in shell scripts
6 lines
164 B
Plaintext
6 lines
164 B
Plaintext
# This is shellcheck config file
|
|
# Files that are checked: install.sh, export.sh
|
|
|
|
# Do not complain about variables determined at runtime (IDF_PATH)
|
|
disable=SC1090
|