Merge pull request #17938 from khipp/update-url-audit
This commit is contained in:
		
						commit
						471c9f36c3
					
				@ -241,7 +241,6 @@ module RuboCop
 | 
			
		||||
        audit_urls(urls, zip_gh_pattern) do |_, url|
 | 
			
		||||
          next if url.match? %r{raw.githubusercontent.com/.*/.*/(main|master|HEAD)/}
 | 
			
		||||
          next if url.include?("releases/download")
 | 
			
		||||
          next if url.include?("desktop.githubusercontent.com/github-desktop/releases/")
 | 
			
		||||
          next if url.include?("desktop.githubusercontent.com/releases/")
 | 
			
		||||
 | 
			
		||||
          problem "Use GitHub tarballs rather than zipballs (url is #{url})."
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user