Skip to content

Commit cbb5f5a

Browse files
committed
chore(build): Add cppcheck
1 parent 8b85342 commit cbb5f5a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Makefile

+3
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,9 @@ test: build
2020
install: build
2121
@cd build/${STATSD_COMPILE_MODE}; make install
2222

23+
lint:
24+
@cppcheck --std=c++11 ./src/* include/* test/*
25+
2326
clean:
2427
@rm -rf build
2528

0 commit comments

Comments
 (0)