Welcome to mirror list, hosted at ThFree Co, Russian Federation.

truncato.rb « initializers « config - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: dd0a8a313c33c09d6f3fb064f0da0ba215a2a9e3 (plain)
1
2
3
4
5
6
# frozen_string_literal: true

# Source: https://github.com/jorgemanrubia/truncato/issues/20#issuecomment-1135105823
silence_warnings do
  Truncato::ARTIFICIAL_ROOT_NAME = 'truncato-artificial-root'
end