Commit 5bf59601 authored by Rajendra Kadam's avatar Rajendra Kadam

Add cop structure

parent 617cb171
# frozen_string_literal: true
module RuboCop
module Cop
# Checks for comments in the mtric yaml files.
# See https://gitlab.com/gitlab-org/gitlab/-/issues/324038
class PreventBoilerplateCommentsInYaml < RuboCop::Cop::Cop
MSG = 'Remove the boilerplate comments from the top of the file.'
end
end
end
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