diff options
author | Alessandro Desantis <desa.alessandro@gmail.com> | 2020-11-27 17:55:00 +0100 |
---|---|---|
committer | Alessandro Desantis <desa.alessandro@gmail.com> | 2021-01-30 15:23:41 +0100 |
commit | 784c1f07c61964c1a05549bffb0a709763bcf2d6 (patch) | |
tree | b0f8523e29ef717d36c8ec338cfda11dbc091cf8 /.rubocop.yml | |
parent | 2836765c00abc1ba76793ad88c07a3d89a44d672 (diff) |
Pass one installment at a time to dispatcher classes
Diffstat (limited to '.rubocop.yml')
-rw-r--r-- | .rubocop.yml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.rubocop.yml b/.rubocop.yml index fcd4bc4..97c9838 100644 --- a/.rubocop.yml +++ b/.rubocop.yml @@ -7,3 +7,6 @@ RSpec/DescribeClass: Exclude: - spec/requests/**/* - spec/features/**/* + +Rails/SkipsModelValidations: + Enabled: false |