X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/926229e286520ed23fb5e8add94c6048aa592412..f06e37bb6811adedbab86d2b22f4aabd6d7e7698:/.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