Add new Rails/NoVariablePrecisionDecimal cop by drdee · Pull Request #155 · rubocop/rubocop-rails

This PR introduces a cop to enforce the explicit specification of both the precision and scale parameters for a Decimal column. Data stored in a column without these two parameters will result in v...