Skip to content

Commit

Permalink
Conform to Linter and Styleguide
Browse files Browse the repository at this point in the history
  • Loading branch information
kronn committed Feb 18, 2025
1 parent f30e214 commit eff29ba
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions lib/hitobito_die_mitte/wagon.rb
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ class Wagon < Rails::Engine
#{config.root}/app/jobs ]

config.to_prepare do
# rubocop:disable Metrics/LineLength
# extend application classes here
Group.include DieMitte::Group
Role.include DieMitte::Role
Expand Down Expand Up @@ -57,7 +56,6 @@ class Wagon < Rails::Engine

InvoiceItem.add_type_mapping(:variable_donation, InvoiceItem::VariableDonation)
Role::Permissions << :complete_finance
# rubocop:enable Metrics/LineLength
end

initializer "die_mitte.add_settings" do |_app|
Expand Down

0 comments on commit eff29ba

Please sign in to comment.