mirror of
https://github.com/simonmichael/hledger.git
synced 2024-11-07 21:15:19 +03:00
tools: exclude some js files from LOC count
This commit is contained in:
parent
0a7fb17635
commit
8677d01024
4
Makefile
4
Makefile
@ -1281,7 +1281,9 @@ tagrelease: \
|
||||
cloc: \
|
||||
$(call def-help,cloc, count lines of source code )
|
||||
@echo Lines of code including tests:
|
||||
@cloc --exclude-lang=HTML --exclude-dir=.stack-work,.idea,dist,old,bin,doc,site,.tutorial-data .
|
||||
@cloc --exclude-lang=HTML --exclude-dir=.stack-work,.idea,dist,old,bin,doc,site,.tutorial-data,static,angular .
|
||||
|
||||
|
||||
@echo
|
||||
# `ls $(SOURCEFILES)`
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user