You've already forked woodpecker
							
							
				mirror of
				https://github.com/woodpecker-ci/woodpecker.git
				synced 2025-10-30 23:27:39 +02:00 
			
		
		
		
	Part of #738 ``` pnpx cspell lint --gitignore '{**,.*}/{*,.*}' ``` --------- Co-authored-by: Anbraten <anton@ju60.de> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: 6543 <6543@obermui.de>
		
			
				
	
	
		
			14 lines
		
	
	
		
			273 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
			
		
		
	
	
			14 lines
		
	
	
		
			273 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
| extends: default
 | |
| 
 | |
| ignore-from-file:
 | |
|   - docs/.gitignore
 | |
|   - docs/plugins/woodpecker-plugins/.gitignore
 | |
|   - .gitignore
 | |
|   - server/store/datastore/migration/test-files/.gitignore
 | |
|   - web/.gitignore
 | |
| 
 | |
| rules:
 | |
|   line-length: disable
 | |
|   document-start: disable
 | |
|   comments: disable
 |