Skip to content

Commit

Permalink
Namespace offenses aggregator (#34)
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex Evanczuk committed Dec 16, 2022
1 parent 7ad5518 commit 22424e9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ GIT
PATH
remote: .
specs:
danger-packwerk (0.11.1)
danger-packwerk (0.11.2)
code_ownership
danger-plugin-api (~> 1.0)
packwerk
Expand Down
2 changes: 1 addition & 1 deletion lib/danger-packwerk/packwerk_wrapper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ def show_strict_mode_violations(strict_mode_violations)

sig { override.returns(::String) }
def identifier
'offenses_aggregator'
'danger_packwerk_offenses_aggregator'
end
end
end
Expand Down
2 changes: 1 addition & 1 deletion lib/danger-packwerk/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
# frozen_string_literal: true

module DangerPackwerk
VERSION = '0.11.1'
VERSION = '0.11.2'
end

0 comments on commit 22424e9

Please sign in to comment.