Skip to content

Commit

Permalink
Merge pull request #314 from Shopify/add_missing_version_require
Browse files Browse the repository at this point in the history
Add missing version require
  • Loading branch information
gmcgibbon authored Mar 1, 2023
2 parents 291d3c4 + 44372d1 commit 3b766e1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/packwerk.rb
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,8 @@ class ApplicationValidator
end
end

require "packwerk/version"

# Required to register the DefaultOffensesFormatter
# We put this at the *end* of the file to specify all autoloads first
require "packwerk/formatters/default_offenses_formatter"
Expand Down

0 comments on commit 3b766e1

Please sign in to comment.