resource_auditor: add missing require
Signed-off-by: Rui Chen <rui@chenrui.dev>
This commit is contained in:
parent
45f853ef61
commit
59633979dd
@ -1,6 +1,8 @@
|
|||||||
# typed: true
|
# typed: true
|
||||||
# frozen_string_literal: true
|
# frozen_string_literal: true
|
||||||
|
|
||||||
|
require "utils/svn"
|
||||||
|
|
||||||
module Homebrew
|
module Homebrew
|
||||||
# Auditor for checking common violations in {Resource}s.
|
# Auditor for checking common violations in {Resource}s.
|
||||||
class ResourceAuditor
|
class ResourceAuditor
|
||||||
|
Loading…
x
Reference in New Issue
Block a user