check_format: Temporarily disable naming convention check
This check isn't smart enough to handle the next big formatting patch, so disable it and then re-enable later. Change-Id: I2d73598d6b7c43f9356562161ed116bc01361166 Signed-off-by: Ben Walker <benjamin.walker@intel.com> Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/13465 Tested-by: SPDK CI Jenkins <sys_sgci@intel.com> Reviewed-by: Jim Harris <james.r.harris@intel.com> Reviewed-by: Dong Yi <dongx.yi@intel.com> Reviewed-by: Tomasz Zawadzki <tomasz.zawadzki@intel.com> Community-CI: Broadcom CI <spdk-ci.pdl@broadcom.com>
This commit is contained in:
parent
08477ef8d9
commit
8620c9a0d1
@ -682,7 +682,7 @@ check_forbidden_functions || rc=1
|
||||
check_cunit_style || rc=1
|
||||
check_eof || rc=1
|
||||
check_posix_includes || rc=1
|
||||
check_naming_conventions || rc=1
|
||||
#check_naming_conventions || rc=1
|
||||
check_include_style || rc=1
|
||||
check_python_style || rc=1
|
||||
check_bash_style || rc=1
|
||||
|
Loading…
Reference in New Issue
Block a user