test: Shellcheck - include check SC1113
Remove from shellcheck excluded SC1113: Use #!, not just #, for the shebang. This warning is not actually present in any of spdk/spdk scripts. Signed-off-by: Maciej Wawryk <maciejx.wawryk@intel.com> Change-Id: I77cc1bd3ca6817823bf6fabf82a2991d734cd824 Reviewed-on: https://review.gerrithub.io/c/spdk/spdk/+/470906 Tested-by: SPDK CI Jenkins <sys_sgci@intel.com> Reviewed-by: Tomasz Zawadzki <tomasz.zawadzki@intel.com> Reviewed-by: Jim Harris <james.r.harris@intel.com> Reviewed-by: Ben Walker <benjamin.walker@intel.com> Reviewed-by: Karol Latecki <karol.latecki@intel.com>
This commit is contained in:
parent
28021d2af3
commit
349611fd09
@ -241,7 +241,7 @@ if hash shellcheck 2>/dev/null; then
|
||||
# Error descriptions can also be found at: https://github.com/koalaman/shellcheck/wiki
|
||||
# This SHCK_EXCLUDE list is out "to do" and we work to fix all of this errors.
|
||||
SHCK_EXCLUDE="SC1001,SC1003,\
|
||||
SC1083,SC1113,SC2002,SC2004,\
|
||||
SC1083,SC2002,SC2004,\
|
||||
SC2010,SC2012,SC2013,SC2016,\
|
||||
SC2034,SC2045,SC2046,\
|
||||
SC2068,SC2086,SC2089,SC2090,\
|
||||
|
Loading…
Reference in New Issue
Block a user