summaryrefslogtreecommitdiff
path: root/.rubocop.yml
AgeCommit message (Collapse)Author
2021-01-30Pass one installment at a time to dispatcher classesAlessandro Desantis
2020-11-16Fix `ActiveRecord::ReadOnlyRecord` when updating subscriptionsAlessandro Desantis
When updating a subscription that had a billing/shipping address, the admin would get a `ActiveRecord::ReadOnlyRecord` because we were attempting to update the existing address instead of creating a new one. This shouldn't be the case anymore, and a new address will always be created.
2020-10-08Migrate to request specs for testing API controllersAlessandro Desantis
2020-09-25Fix coding style violationsAlessandro Desantis
2020-01-20Update extension structure using dev_supportMattia Roccoberton
2020-01-17Change solidus_extension_dev_tools references to solidus_dev_supportMattia Roccoberton
2019-11-22Configure RuboCop via solidus_extension_dev_toolsAlessandro Desantis
2019-08-02Upgrade Rubocop and update Rubocop config fileMaurizio De Santis
Rubocop version was so outdated that it failed to run. Its version has been upgraded, as well as versions of its related extensions, and its config file has been updated as well.
2019-01-25Fix namespacing issues for Rubocop rulesAngel Perez
2016-08-24initBrendan Deere