gitlab-org--gitlab-foss/app/serializers/ci/codequality_mr_diff_entity.rb

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

8 lines
117 B
Ruby
Raw Normal View History

# frozen_string_literal: true
module Ci
class CodequalityMrDiffEntity < Grape::Entity
expose :files
end
end