0
0
mirror of https://github.com/netdata/netdata.git synced 2024-11-21 07:18:05 +00:00
netdata_netdata/.shellcheckrc
Austin S. Hemmelgarn 5c7bd2c648
Assorted shellcheck cleanup. (#14524)
* 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.
2023-02-16 07:31:06 -05:00

4 lines
53 B
Plaintext

#!/bin/sh
# shellcheck disable=SC2034
disable=SC2317