Skip to content

Commit

Permalink
Exclude ParserInterface from autoload target because it was deleted
Browse files Browse the repository at this point in the history
  • Loading branch information
euglena1215 committed Jan 6, 2024
1 parent 84b1faf commit 4b722f2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/packwerk/parsers.rb
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ module Packwerk
module Parsers
autoload :Erb, "packwerk/parsers/erb"
autoload :Factory, "packwerk/parsers/factory"
autoload :ParserInterface, "packwerk/parsers/parser_interface"
autoload :Ruby, "packwerk/parsers/ruby"

class ParseResult < Offense; end
Expand Down

0 comments on commit 4b722f2

Please sign in to comment.