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: \ | cloc: \ | ||||||
| 	$(call def-help,cloc, count lines of source code ) | 	$(call def-help,cloc, count lines of source code ) | ||||||
| 	@echo Lines of code including tests: | 	@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 | 	@echo | ||||||
| # `ls $(SOURCEFILES)`
 | # `ls $(SOURCEFILES)`
 | ||||||
| 
 | 
 | ||||||
|  | |||||||
		Loading…
	
		Reference in New Issue
	
	Block a user