travis: disable "Prefer explicit escaping" shellcheck warning
People are used to using single backslash in grep (grep "\(xxx\)" etc) and similar context, lets not make it confusing everywhere.
This commit is contained in:
		
							parent
							
								
									f5ecf46362
								
							
						
					
					
						commit
						b026524ec4
					
				| @ -21,7 +21,7 @@ jobs: | ||||
|       env: TESTS_ONLY=1 | ||||
|       script: | ||||
|        - ./run-tests | ||||
|        - shellcheck  $(grep -l '^#!/bin/\(ba\)\?sh' $(git ls-files)) | ||||
|        - shellcheck -e SC1117 $(grep -l '^#!/bin/\(ba\)\?sh' $(git ls-files)) | ||||
|       after_success: | ||||
|        - codecov | ||||
|     - stage: deploy | ||||
|  | ||||
		Loading…
	
		Reference in New Issue
	
	Block a user
	 Marek Marczykowski-Górecki
						Marek Marczykowski-Górecki