Commit 611d5818 authored by Reuben Pereira's avatar Reuben Pereira

Rubocop: Mark ee/lib/gitlab/spdx/license.rb as todo for naming

We can fix the naming once the upstream PR
https://github.com/rubocop/rubocop/pull/10223 is merged. The PR will
fix issue https://github.com/rubocop/rubocop/issues/10221.
parent be3d9881
# rubocop:disable Naming/FileName
# rubocop:todo Naming/FileName
# Upstream issue: https://github.com/rubocop/rubocop/issues/10221
# Upstream fix PR: https://github.com/rubocop/rubocop/pull/10223
# frozen_string_literal: true
module Gitlab
......@@ -6,5 +9,3 @@ module Gitlab
License = Struct.new(:id, :name, :deprecated, keyword_init: true)
end
end
# rubocop:enable Naming/FileName
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