solidusio / rubocop-solidus

Automatic Solidus code style checking tool.
MIT License
4 stars 4 forks source link

Restore solidus/tax_category_deprecated warning cop #63

Closed safafa closed 11 months ago

safafa commented 12 months ago

Description

This PR restores solidus/tax_category cop issue 53


Severity:


Wrong Code

  model.tax_category = data

Correct Code

  model.tax_categories = [data]

Solidus PR Link: # Replace with link to Solidus PR where the change has been made.


Before submitting the PR make sure the following are checked:

safafa commented 12 months ago

Thank you @MassimilianoLattanzio I made all the requested changes here