mirror of
https://github.com/discourse/discourse.git
synced 2025-05-31 03:48:10 +08:00
DEV: Update to lastest rubocop-discourse
This commit is contained in:

committed by
Loïc Guitaut

parent
3b6d4c830f
commit
2a28cda15c
@ -125,7 +125,7 @@ module ImportExport
|
||||
|
||||
@export_data[:categories].each do |c|
|
||||
c[:permissions_params].each do |group_name, _|
|
||||
group_names << group_name unless auto_group_names.include?(group_name.to_s)
|
||||
group_names << group_name if auto_group_names.exclude?(group_name.to_s)
|
||||
end
|
||||
end
|
||||
|
||||
|
Reference in New Issue
Block a user