diff --git a/templates/.rubocop.yml b/templates/.rubocop.yml index 6172cf2d..53293bb0 100644 --- a/templates/.rubocop.yml +++ b/templates/.rubocop.yml @@ -68,6 +68,9 @@ Rails/I18nLocaleAssignment: Exclude: - 'spec/**/*' +Rails/ActionControllerFlashBeforeRender: + Enabled: false + Metrics/MethodLength: CountAsOne: - array