util/lint: Fix linters to work with coreboot-configurator
* Exclude .gif files from newline checking * Exclude coreboot-configurator from checkpatch checking Signed-off-by: Sean Rhodes <sean@starlabs.systems> Change-Id: I1b07b7b05340409e5c1695cc7bbdea68f8190097 Reviewed-on: https://review.coreboot.org/c/coreboot/+/59096 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Patrick Georgi <patrick@coreboot.org>
This commit is contained in:
		
				
					committed by
					
						
						Patrick Georgi
					
				
			
			
				
	
			
			
			
						parent
						
							98e827ea74
						
					
				
				
					commit
					c9bc7a7591
				
			@@ -11,6 +11,7 @@ INCLUDED_FILES='.*\.[ch]\|Kconfig.*$'
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
EXCLUDED_DIRS="^payloads/libpayload/util/kconfig\|\
 | 
					EXCLUDED_DIRS="^payloads/libpayload/util/kconfig\|\
 | 
				
			||||||
^payloads/libpayload/curses/PDCurses\|\
 | 
					^payloads/libpayload/curses/PDCurses\|\
 | 
				
			||||||
 | 
					^util/coreboot-configurator\|\
 | 
				
			||||||
^util/crossgcc/patches\|\
 | 
					^util/crossgcc/patches\|\
 | 
				
			||||||
^util/inteltool\|\
 | 
					^util/inteltool\|\
 | 
				
			||||||
^util/kconfig\|\
 | 
					^util/kconfig\|\
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -9,7 +9,7 @@ LC_ALL=C export LC_ALL
 | 
				
			|||||||
PIDS=""
 | 
					PIDS=""
 | 
				
			||||||
INCLUDED_DIRS_AND_FILES='util/* src/* payloads/* configs/* Makefile *.inc'
 | 
					INCLUDED_DIRS_AND_FILES='util/* src/* payloads/* configs/* Makefile *.inc'
 | 
				
			||||||
EXCLUDED_DIRS='src/vendorcode/\|cbfstool/lzma/\|cbfstool/lz4/\|Documentation/\|build/\|3rdparty/\|\.git/\|coreboot-builds/\|util/nvidia/cbootimage/'
 | 
					EXCLUDED_DIRS='src/vendorcode/\|cbfstool/lzma/\|cbfstool/lz4/\|Documentation/\|build/\|3rdparty/\|\.git/\|coreboot-builds/\|util/nvidia/cbootimage/'
 | 
				
			||||||
EXCLUDED_FILES='\.jpg$\|\.cksum$\|\.bin$\|\.vbt$\|\.hex$\|\.ico$\|\.o$\|\.bz2$\|\.xz$\|^.tmpconfig\|\.pyc$\|_shipped$\|sha256$\|\.png$\|\.patch$'
 | 
					EXCLUDED_FILES='\.gif$\|\.jpg$\|\.cksum$\|\.bin$\|\.vbt$\|\.hex$\|\.ico$\|\.o$\|\.bz2$\|\.xz$\|^.tmpconfig\|\.pyc$\|_shipped$\|sha256$\|\.png$\|\.patch$'
 | 
				
			||||||
 | 
					
 | 
				
			||||||
# Use git ls-files if the code is in a git repo, otherwise use find.
 | 
					# Use git ls-files if the code is in a git repo, otherwise use find.
 | 
				
			||||||
if [ -n "$(command -v git)" ] && \
 | 
					if [ -n "$(command -v git)" ] && \
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user