Skip to content

Commit

Permalink
Fix polish_spec warning - ensure rubocop is generated for types as we…
Browse files Browse the repository at this point in the history
…ll (#242)
  • Loading branch information
alextwoods authored Jan 7, 2025
1 parent d9688bd commit bd60884
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions gems/smithy/lib/smithy/forge/types.rb
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ def forge
def source_files
Enumerator.new do |e|
e.yield "#{@gem_name}.gemspec", Anvil::Client::Views::Gemspec.new(@plan).hammer
e.yield '.rubocop.yml', Anvil::Client::Views::Rubocop.new(@plan).hammer
e.yield "lib/#{@gem_name}.rb", Anvil::Client::Views::Module.new(@plan).hammer
e.yield "lib/#{@gem_name}/types.rb", Anvil::Client::Views::Types.new(@plan).hammer
end
Expand Down

0 comments on commit bd60884

Please sign in to comment.