diff --git a/.rubocop.yml b/.rubocop.yml index 6915f328c..27eef1243 100644 --- a/.rubocop.yml +++ b/.rubocop.yml @@ -386,6 +386,9 @@ Performance/StartWith: Performance/Sum: Enabled: true +Performance/ZipWithoutBlock: + Enabled: true + Rails/ActionControllerFlashBeforeRender: Enabled: true