Commit 3bb8640c authored by Thong Kuah's avatar Thong Kuah

Merge branch 'id-remove-unused-method' into 'master'

Remove unused no_highlight_files method

See merge request gitlab-org/gitlab!49277
parents 53dab498 48b5946f
# frozen_string_literal: true
module BlobHelper
def no_highlight_files
%w(credits changelog news copying copyright license authors)
end
def edit_blob_path(project = @project, ref = @ref, path = @path, options = {})
project_edit_blob_path(project,
tree_join(ref, path),
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment