Skip to content

Commit

Permalink
Remove Disable Rubocop module metric
Browse files Browse the repository at this point in the history
  • Loading branch information
MichalRemis committed Apr 21, 2020
1 parent a2126e9 commit d2d3a02
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions lib/client_side_validations/action_view/form_builder.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
# frozen_string_literal: true

# rubocop:disable Metrics/ModuleLength
module ClientSideValidations
module ActionView
module Helpers
Expand Down Expand Up @@ -143,4 +142,3 @@ def build_validation_options(method, options = {})
end
end
end
# rubocop:enable Metrics/ModuleLength

0 comments on commit d2d3a02

Please sign in to comment.