Skip to content

Commit

Permalink
Fix rubocop for profile.api
Browse files Browse the repository at this point in the history
  • Loading branch information
beque committed Sep 26, 2024
1 parent d59c9c5 commit 58ea738
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions app/api/chemotion/profile_api.rb
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ def validate_param!(attr_name, params)
end
end

# rubocop: disable Metrics/ClassLength
class ProfileAPI < Grape::API
resource :profiles do
desc 'Return the profile of the current_user'
Expand Down Expand Up @@ -254,5 +255,6 @@ class ProfileAPI < Grape::API
end
end
end
# rubocop: enable Metrics/ClassLength
end
# rubocop: enable Style/MultilineIfModifier

0 comments on commit 58ea738

Please sign in to comment.