shellcheck: add ignore for files currently failing
An upcoming change in openbmc-build-scripts will enable shellcheck
everywhere. Add currently failing files to the .shellcheck-ignore.
The expectation is that the maintainers will resolve the shellcheck
issues as time is available.
Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
Change-Id: I88fb6c71801141c08255e8f8deb6cf495b3624d9
diff --git a/.shellcheck-ignore b/.shellcheck-ignore
new file mode 100644
index 0000000..c08e477
--- /dev/null
+++ b/.shellcheck-ignore
@@ -0,0 +1,8 @@
+subprojects/ncsid/src/ncsid_lib.sh
+subprojects/ncsid/src/ncsid_udhcpc4.script
+subprojects/ncsid/src/ncsid_udhcpc6.script
+subprojects/ncsid/src/update_ra_gw.sh
+subprojects/ncsid/src/update_ra_neighbor.sh
+subprojects/ncsid/src/update_static_neighbors.sh
+subprojects/ncsid/test/normalize_ip_test.sh
+subprojects/ncsid/test/normalize_mac_test.sh