+5
−3
Loading
Previously when doing the naming conventions check, we were checking against master which was causing some weird issues on patches which weren't rebased. The much simpler check is to just compare each patch against the previous one. This method still works to prevent any bad changes from getting merged, but handles naming issues on a patch by patch basis. Signed-off-by:Seth Howell <seth.howell@intel.com> Change-Id: Ic031ce07ca1c67819b792dc292dcf6c50df5b1a2 Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/2733 Tested-by:
SPDK CI Jenkins <sys_sgci@intel.com> Reviewed-by:
Shuhei Matsumoto <shuhei.matsumoto.xt@hitachi.com> Reviewed-by:
Aleksey Marchuk <alexeymar@mellanox.com>