swh:1:snp:d80eec3f654c152adbdd6e641362bcb340d39fe2
Raw File
Tip revision: 803947f4ee9c45922fe71fb265ebffc1813da838 authored by betanalpha on 25 April 2016, 13:14:26 UTC
Add score function for diagnostic
Tip revision: 803947f
cpplint
RUN_CPPLINT ?= python $(CPPLINT)/cpplint.py

.PHONY: cpplint
cpplint:
	@$(RUN_CPPLINT) --output=vs7 --counting=detailed --root=src --extension=hpp,cpp --filter=-runtime/indentation_namespace,-readability/namespace,-legal/copyright,-whitespace/indent,-runtime/reference $(shell find src/stan -name '*.hpp' -o -name '*.cpp')
back to top