Skip to content

Commit 527f7bb

Browse files
committed
OTWO-6189 Removed Rubocop Directive
1 parent abf60fa commit 527f7bb

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

lib/ohloh_scm/validation.rb

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ def validate
2222

2323
def validate_server_connection; end
2424

25-
# rubocop:disable Metrics/AbcSize
2625
def validate_attributes
2726
@errors = []
2827
@errors << url_errors
@@ -31,7 +30,6 @@ def validate_attributes
3130
@errors << password_errors if scm.password
3231
@errors.compact!
3332
end
34-
# rubocop:enable Metrics/AbcSize
3533

3634
# rubocop:disable Metrics/AbcSize
3735
def url_errors

0 commit comments

Comments
 (0)