Merge pull request #181 from zkoppert/patch-2
Allow CODEOWNERS file detection to see into the .github directory
This commit is contained in:
		
						commit
						45190ead2a
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -49,7 +49,7 @@
 | 
			
		|||
            "rule": {
 | 
			
		||||
                "type": "file-existence",
 | 
			
		||||
                "options": {
 | 
			
		||||
                    "globsAny": ["CODEOWNERS*", "*/CODEOWNERS*"],
 | 
			
		||||
                    "globsAny": ["CODEOWNERS*", "*/CODEOWNERS*", ".github/CODEOWNERS*"],
 | 
			
		||||
                    "nocase": true
 | 
			
		||||
                }
 | 
			
		||||
            },
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue