X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/f138055849e5b09cd94797c3e1705c6357d6b93b..f22ecd6309ee4becd2df19210b478adfa36f0c25:/.rubocop.yml diff --git a/.rubocop.yml b/.rubocop.yml index f8060f948..97bb72e0a 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 @@ -42,6 +37,9 @@ Metrics/ClassLength: Metrics/ModuleLength: Max: 150 +Minitest/MultipleAssertions: + Enabled: false + Naming/FileName: Exclude: - 'script/deliver-message' @@ -53,6 +51,9 @@ Naming/MethodParameterName: Rails/CreateTableWithTimestamps: Enabled: false +Rails/FindBy: + IgnoreWhereFirst: false + Rails/FindEach: Enabled: false