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

committed by
Loïc Guitaut

parent
3b6d4c830f
commit
2a28cda15c
@ -888,7 +888,7 @@ class ImportScripts::Telligent < ImportScripts::Base
|
||||
end
|
||||
|
||||
def add_normalization(normalizations, normalization)
|
||||
normalizations << normalization unless normalizations.include?(normalization)
|
||||
normalizations << normalization if normalizations.exclude?(normalization)
|
||||
end
|
||||
|
||||
def batches
|
||||
|
Reference in New Issue
Block a user