Skip to content

Latest commit

 

History

History
17 lines (10 loc) · 373 Bytes

Rails-Validation.md

File metadata and controls

17 lines (10 loc) · 373 Bytes

Pattern: Use of old-style attribute validation

Issue: -

Description

This rule checks for the use of old-style attribute validation macros.

Default configuration

Attribute Value
Include app/models/**/*.rb

Further Reading