Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Upstreaming addition of shellcheck disables
Summary: # Description Upstreaming these shellcheck disable commands. X-link: facebookexternal/openbmc.arista#361 Test Plan: Before adding `# shellcheck disable=SC1091`, shellcheck returned the following error: ``` In meta-facebook/meta-meru/recipes-utils/openbmc-utils/files/setup_board.sh line 20: . /usr/local/bin/openbmc-utils.sh ^-----------------------------^ SC1091 (info): Not following: /usr/local/bin/openbmc-utils.sh was not specified as input (see shellcheck -x). ``` Also, `# shellcheck disable=SC2120` is present to avoid confusing the `$2` awk placeholder as a function argument. Reviewed By: tao-ren Differential Revision: D56649074 Pulled By: joancaneus fbshipit-source-id: 6f0f19c93e70a8eb3d7432b459102815bad9b619
- Loading branch information