Add language stanza to cask rubocops
				
					
				
			Also fix the corresponding test
This commit is contained in:
		
							parent
							
								
									984e926d19
								
							
						
					
					
						commit
						c66fa42efd
					
				@ -6,6 +6,7 @@ module RuboCop
 | 
			
		||||
    module Constants
 | 
			
		||||
      STANZA_GROUPS = [
 | 
			
		||||
        [:version, :sha256],
 | 
			
		||||
        [:language],
 | 
			
		||||
        [:url, :appcast, :name, :desc, :homepage],
 | 
			
		||||
        [
 | 
			
		||||
          :auto_updates,
 | 
			
		||||
 | 
			
		||||
@ -5,7 +5,6 @@ cask "with-languages" do
 | 
			
		||||
    sha256 "abc123"
 | 
			
		||||
    "zh-CN"
 | 
			
		||||
  end
 | 
			
		||||
 | 
			
		||||
  language "en-US", default: true do
 | 
			
		||||
    sha256 "xyz789"
 | 
			
		||||
    "en-US"
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user