Skip to content

Commit

Permalink
OTWO-6189 Removed Rubocop Directive
Browse files Browse the repository at this point in the history
  • Loading branch information
rapbhan committed Sep 23, 2020
1 parent abf60fa commit 527f7bb
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions lib/ohloh_scm/validation.rb
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ def validate

def validate_server_connection; end

# rubocop:disable Metrics/AbcSize
def validate_attributes
@errors = []
@errors << url_errors
Expand All @@ -31,7 +30,6 @@ def validate_attributes
@errors << password_errors if scm.password
@errors.compact!
end
# rubocop:enable Metrics/AbcSize

# rubocop:disable Metrics/AbcSize
def url_errors
Expand Down

0 comments on commit 527f7bb

Please sign in to comment.