From ac6433cf06346414b4c57104e7d9872221933e1e Mon Sep 17 00:00:00 2001 From: Sebastian Serth Date: Mon, 21 Nov 2022 10:37:21 +0100 Subject: [PATCH] Disable I18nLazyLookup; we prefer to have localizations movable --- .rubocop/rails.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.rubocop/rails.yml b/.rubocop/rails.yml index 84029b1f..dcee9f40 100644 --- a/.rubocop/rails.yml +++ b/.rubocop/rails.yml @@ -17,3 +17,6 @@ Rails/UnknownEnv: - staging - production - test + +Rails/I18nLazyLookup: + Enabled: false