Improve RuboCop rules (compatibility to Code Climate) (#3636)
08f8de84eb/Gemfile.lock (L38)
Code Climate is using RuboCop v0.46.0.
Change several rules to maintain compatibility.
			
			
This commit is contained in:
		
				
					committed by
					
						
						Eugen Rochko
					
				
			
			
				
	
			
			
			
						parent
						
							7d2b4186c3
						
					
				
				
					commit
					0a0b9a271a
				
			@@ -1,8 +1,8 @@
 | 
			
		||||
# frozen_string_literal: true
 | 
			
		||||
 | 
			
		||||
module StreamEntriesHelper
 | 
			
		||||
  EMBEDDED_CONTROLLER = 'stream_entries'.freeze
 | 
			
		||||
  EMBEDDED_ACTION = 'embed'.freeze
 | 
			
		||||
  EMBEDDED_CONTROLLER = 'stream_entries'
 | 
			
		||||
  EMBEDDED_ACTION = 'embed'
 | 
			
		||||
 | 
			
		||||
  def display_name(account)
 | 
			
		||||
    account.display_name.presence || account.username
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user