Skip to content

Commit

Permalink
disable format check
Browse files Browse the repository at this point in the history
  • Loading branch information
lwalkin committed Sep 22, 2016
1 parent e8fbd8e commit 4c919bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ check_tcpkali_iface_CFLAGS = -std=gnu99 $(TK_CFLAGS) -DTCPKALI_IFACE_UNIT_TEST
TESTS = $(check_PROGRAMS) ${dist_check_SCRIPTS}
check_PROGRAMS = check_platform check_tcpkali_ring check_tcpkali_regex check_tcpkali_iface

dist_check_SCRIPTS = check_code_format.sh
dist_check_SCRIPTS = # check_code_format.sh

reformat:
${CLANG_FORMAT} -i $(shell ls *.[ch] | grep -v "^tcpkali_expr_[yl].[ch]")

0 comments on commit 4c919bc

Please sign in to comment.