File tree Expand file tree Collapse file tree 2 files changed +1
-7
lines changed Expand file tree Collapse file tree 2 files changed +1
-7
lines changed Original file line number Diff line number Diff line change @@ -206,12 +206,6 @@ Layout/SpaceInsideParens:
206206 - ' test/test_password.rb'
207207 - ' testserver/ldapserver.rb'
208208
209- # Offense count: 1
210- # Cop supports --auto-correct.
211- Layout/TrailingWhitespace :
212- Exclude :
213- - ' lib/net/ldap/filter.rb'
214-
215209# Offense count: 1
216210Lint/AmbiguousBlockAssociation :
217211 Exclude :
Original file line number Diff line number Diff line change @@ -646,7 +646,7 @@ def match(entry)
646646 ##
647647 # Converts escaped characters (e.g., "\\28") to unescaped characters
648648 # @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
650650 def unescape ( right )
651651 right = right . to_s
652652 if right . length == 16 && right . encoding == Encoding ::BINARY
You can’t perform that action at this time.
0 commit comments