Merge pull request #14891 from issyl0/cask-rubocops-unnecessary-requires

This commit is contained in:
Issy Long 2023-03-06 12:23:49 +00:00 committed by GitHub
commit 2aeeaf706e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 0 additions and 5 deletions

View File

@ -1,8 +1,6 @@
# typed: true
# frozen_string_literal: true
require "forwardable"
require "uri"
require "rubocops/cask/mixin/on_desc_stanza"
require "rubocops/shared/desc_helper"

View File

@ -1,9 +1,6 @@
# typed: true
# frozen_string_literal: true
require "forwardable"
require "uri"
module RuboCop
module Cop
module Cask