X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/c7061991e74a20cc0576a3afa269821a87178f77..5d3ecffa28510c867665001a7615559a185869c6:/.rubocop.yml diff --git a/.rubocop.yml b/.rubocop.yml index 62685c8ed..e99b88edc 100644 --- a/.rubocop.yml +++ b/.rubocop.yml @@ -3,6 +3,9 @@ inherit_from: .rubocop_todo.yml Rails: Enabled: true +Performance/RedundantMerge: + Enabled: false + Style/BracesAroundHashParameters: EnforcedStyle: context_dependent