File tree 2 files changed +1
-7
lines changed
2 files changed +1
-7
lines changed Original file line number Diff line number Diff line change @@ -206,12 +206,6 @@ Layout/SpaceInsideParens:
206
206
- ' test/test_password.rb'
207
207
- ' testserver/ldapserver.rb'
208
208
209
- # Offense count: 1
210
- # Cop supports --auto-correct.
211
- Layout/TrailingWhitespace :
212
- Exclude :
213
- - ' lib/net/ldap/filter.rb'
214
-
215
209
# Offense count: 1
216
210
Lint/AmbiguousBlockAssociation :
217
211
Exclude :
Original file line number Diff line number Diff line change @@ -646,7 +646,7 @@ def match(entry)
646
646
##
647
647
# Converts escaped characters (e.g., "\\28") to unescaped characters
648
648
# @note slawson20170317: Don't attempt to unescape 16 byte binary data which we assume are objectGUIDs
649
- # The binary form of 5936AE79-664F-44EA-BCCB-5C39399514C6 triggers a BINARY -> UTF-8 conversion error
649
+ # The binary form of 5936AE79-664F-44EA-BCCB-5C39399514C6 triggers a BINARY -> UTF-8 conversion error
650
650
def unescape ( right )
651
651
right = right . to_s
652
652
if right . length == 16 && right . encoding == Encoding ::BINARY
You can’t perform that action at this time.
0 commit comments