Downgrade rubocop 0.48.1 => 0.46.0 (#2628)
* downgrade rubocop 0.48.1 => 0.46.0 * exclude vendor/**/* from rubocop target files * add frozen_string_literal comment line * fix percent literal delimited by ( and ) * fix alignment * remove comment disabling unknown cop
This commit is contained in:
		@@ -1,8 +1,8 @@
 | 
			
		||||
# frozen_string_literal: true
 | 
			
		||||
 | 
			
		||||
module Admin::FilterHelper
 | 
			
		||||
  ACCOUNT_FILTERS = %i[local remote by_domain silenced suspended recent].freeze
 | 
			
		||||
  REPORT_FILTERS = %i[resolved account_id target_account_id].freeze
 | 
			
		||||
  ACCOUNT_FILTERS = %i(local remote by_domain silenced suspended recent).freeze
 | 
			
		||||
  REPORT_FILTERS = %i(resolved account_id target_account_id).freeze
 | 
			
		||||
 | 
			
		||||
  FILTERS = ACCOUNT_FILTERS + REPORT_FILTERS
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user