Skip to content

Files

Latest commit

 

History

History
7 lines (4 loc) · 203 Bytes

CheckValidationRegex.md

File metadata and controls

7 lines (4 loc) · 203 Bytes

Pattern: Use of validates_format_of with improper anchor

Issue: -

Description

Reports any calls to validates_format_of which do not use \A and \z as anchors in the given regular expression.