Don't shellcheck in target/
This commit is contained in:
		@@ -5,7 +5,12 @@
 | 
				
			|||||||
cd "$(dirname "$0")/.."
 | 
					cd "$(dirname "$0")/.."
 | 
				
			||||||
 | 
					
 | 
				
			||||||
set -x
 | 
					set -x
 | 
				
			||||||
find . -name "*.sh" -not -regex ".*/.cargo/.*" -not -regex ".*/node_modules/.*" -print0 \
 | 
					find . -name "*.sh" \
 | 
				
			||||||
 | 
					    -not -regex ".*/.cargo/.*" \
 | 
				
			||||||
 | 
					    -not -regex ".*/node_modules/.*" \
 | 
				
			||||||
 | 
					    -not -regex ".*/target/.*" \
 | 
				
			||||||
 | 
					    -print0 \
 | 
				
			||||||
  | xargs -0 \
 | 
					  | xargs -0 \
 | 
				
			||||||
      ci/docker-run.sh koalaman/shellcheck --color=always --external-sources --shell=bash
 | 
					      ci/docker-run.sh koalaman/shellcheck --color=always --external-sources --shell=bash
 | 
				
			||||||
 | 
					
 | 
				
			||||||
exit 0
 | 
					exit 0
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user