mirror of
				https://codeberg.org/forgejo/forgejo.git
				synced 2025-11-04 08:21:11 +00:00 
			
		
		
		
	Ignore fomantic folder in linters (#30200)
We are not linting these files but editor integrations will still try to lint, disable that. (cherry picked from commit 38d56ca10600bdb867b363be717f7cf5d176297a)
This commit is contained in:
		
					parent
					
						
							
								6c3dbc2eee
							
						
					
				
			
			
				commit
				
					
						29a8be7c3d
					
				
			
		
					 2 changed files with 2 additions and 0 deletions
				
			
		| 
						 | 
					@ -3,6 +3,7 @@ reportUnusedDisableDirectives: true
 | 
				
			||||||
 | 
					
 | 
				
			||||||
ignorePatterns:
 | 
					ignorePatterns:
 | 
				
			||||||
  - /web_src/js/vendor
 | 
					  - /web_src/js/vendor
 | 
				
			||||||
 | 
					  - /web_src/fomantic
 | 
				
			||||||
 | 
					
 | 
				
			||||||
parserOptions:
 | 
					parserOptions:
 | 
				
			||||||
  sourceType: module
 | 
					  sourceType: module
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -16,6 +16,7 @@ export default {
 | 
				
			||||||
  ],
 | 
					  ],
 | 
				
			||||||
  ignoreFiles: [
 | 
					  ignoreFiles: [
 | 
				
			||||||
    '**/*.go',
 | 
					    '**/*.go',
 | 
				
			||||||
 | 
					    '/web_src/fomantic',
 | 
				
			||||||
  ],
 | 
					  ],
 | 
				
			||||||
  overrides: [
 | 
					  overrides: [
 | 
				
			||||||
    {
 | 
					    {
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue