X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/1220a9930e7e3d9662a9a7ba49d320fdbe1a1021..e71355c5bbb581e1d18f9ed59861f1eaeee5955a:/.rubocop.yml diff --git a/.rubocop.yml b/.rubocop.yml index f8060f948..1e18afd83 100644 --- a/.rubocop.yml +++ b/.rubocop.yml @@ -17,11 +17,6 @@ AllCops: Rails: Enabled: true -# Config can be removed after https://github.com/rubocop/rubocop-factory_bot/issues/53 -FactoryBot/AssociationStyle: - Include: - - 'test/factories/**/*' - Layout/ExtraSpacing: AllowForAlignment: true @@ -53,6 +48,9 @@ Naming/MethodParameterName: Rails/CreateTableWithTimestamps: Enabled: false +Rails/FindBy: + IgnoreWhereFirst: false + Rails/FindEach: Enabled: false