test: Shellcheck - include check SC1003
Remove from shellcheck excluded SC1003: Want to escape a single quote? echo 'This is how it'\''s done'. This warning is not actually present in any of spdk/spdk scripts. Signed-off-by: Maciej Wawryk <maciejx.wawryk@intel.com> Change-Id: Ib5175941178e4d1b46c3835a98d90d6dd427a035 Reviewed-on: https://review.gerrithub.io/c/spdk/spdk/+/470912 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
349611fd09
commit
782f587703
@ -240,7 +240,7 @@ if hash shellcheck 2>/dev/null; then
|
||||
# go to: https://trello.com/c/29Z90j1W
|
||||
# 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,\
|
||||
SHCK_EXCLUDE="SC1001,\
|
||||
SC1083,SC2002,SC2004,\
|
||||
SC2010,SC2012,SC2013,SC2016,\
|
||||
SC2034,SC2045,SC2046,\
|
||||
|
Loading…
Reference in New Issue
Block a user