]> git.openstreetmap.org Git - rails.git/commit
Require display names to have a minimum unicode width of 3 columns
authorTom Hughes <tom@compton.nu>
Sun, 25 Feb 2024 13:16:40 +0000 (13:16 +0000)
committerTom Hughes <tom@compton.nu>
Sun, 25 Feb 2024 13:21:03 +0000 (13:21 +0000)
commit3360f91733a3aaba670c55427f9195da9c02d981
tree57cc761809e4e8fad8e0810dd85607f85d6d438b
parenta1a6c577e8f406c0d0fa31326209c98ebd78954d
Require display names to have a minimum unicode width of 3 columns

Fixes #4538
.rubocop_todo.yml
Gemfile
Gemfile.lock
app/models/user.rb
app/validators/width_validator.rb [new file with mode: 0644]
test/models/user_test.rb