mirror of
				https://github.com/eledio-devices/thirdparty-ArduinoJson.git
				synced 2025-11-01 08:48:30 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			5 lines
		
	
	
		
			238 B
		
	
	
	
		
			Bash
		
	
	
		
			Executable File
		
	
	
	
	
			
		
		
	
	
			5 lines
		
	
	
		
			238 B
		
	
	
	
		
			Bash
		
	
	
		
			Executable File
		
	
	
	
	
| CPPLINT="python third-party/cpplint/cpplint.py"
 | |
| FLAGS="--filter=-runtime/printf,-runtime/int,-readability/todo,-build/namespace,-runtime/references,-readability/streams"
 | |
| 
 | |
| cd ..
 | |
| $CPPLINT $FLAGS $(find include src test -regex ".*\.[hc]pp$") |