X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/30a01fb7f9dedc757a27f9bf97e3d720f4530508..682201d8f43bdb1fb9b85e3383bf6208f023a73b:/.rubocop.yml diff --git a/.rubocop.yml b/.rubocop.yml index dc2a33a35..1e18afd83 100644 --- a/.rubocop.yml +++ b/.rubocop.yml @@ -48,6 +48,9 @@ Naming/MethodParameterName: Rails/CreateTableWithTimestamps: Enabled: false +Rails/FindBy: + IgnoreWhereFirst: false + Rails/FindEach: Enabled: false