Go MAEDA dcdd453287 Fix RuboCop Lint/SharedMutableDefault (#41884).
Although `Hash.new {|h, k| h[k] = []}` is commonly used for this pattern, `Hash.new {|_h, _k| []}` is more appropriate here to avoid modifying the hash when accessing missing keys, which would cause `UserTest#test_accessing_projects_by_role_with_no_projects_should_return_an_empty_array` to fail.


git-svn-id: https://svn.redmine.org/redmine/trunk@23622 e93f8b46-1217-0410-a6f0-8f06a7374b81
2025-04-11 07:43:44 +00:00
2012-04-25 17:17:49 +00:00
2024-11-16 09:53:42 +00:00
2024-11-16 09:53:42 +00:00
2024-11-16 09:53:42 +00:00

= Redmine

Redmine is a flexible project management web application written using Ruby on Rails framework.

More details can be found in the doc directory or on the official website https://www.redmine.org
Description
Mirror of redmine code source - Official Subversion repository is at https://svn.redmine.org/redmine - contact: @vividtone or maeda (at) farend (dot) jp
Readme 246 MiB
Languages
Ruby 78.2%
HTML 15.4%
JavaScript 3.9%
CSS 2.2%
Perl 0.2%
Other 0.1%