Skip to content

Commit 991a2d4

Browse files
committed
rubocop: autofix
1 parent a2003ae commit 991a2d4

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

lib/puppet/type/elasticsearch_user.rb

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,11 +30,9 @@
3030
raise ArgumentError, 'Password must be at least 6 characters long' if value.length < 6
3131
end
3232

33-
# rubocop:disable Style/PredicateName
3433
def is_to_s(_currentvalue)
3534
'[old password hash redacted]'
3635
end
37-
# rubocop:enable Style/PredicateName
3836

3937
def should_to_s(_newvalue)
4038
'[new password hash redacted]'

0 commit comments

Comments
 (0)