mirror of
https://github.com/netdata/netdata.git
synced 2024-11-21 07:18:05 +00:00
5c7bd2c648
* Add shellcheck config file to globally disable dead code checks. These checks have an extremely high false positive rate and even when they’re correctly flagging code the impact is generally very low. * Fix assorted shellcheck errors in installer code. This should make reviewing PRs relating to this code much easier. * Make shellcheck quit complaining about shellcheckrc formatting.
4 lines
53 B
Plaintext
4 lines
53 B
Plaintext
#!/bin/sh
|
|
# shellcheck disable=SC2034
|
|
disable=SC2317
|