Fix rubocop offenses

This commit is contained in:
Alexander Meindl 2021-06-30 19:30:58 +02:00
parent af96b28f90
commit d983b4fb34
4 changed files with 13 additions and 13 deletions

View File

@ -8,8 +8,8 @@ module Additionals
"{{user(USER_NAME [, format=USER_FORMAT, text=BOOL], avatar=BOOL])}}\n\n" \
"USER_NAME can be user id or user name (login name)\n" \
"USER_FORMATS\n" \
"- system (use system settings) (default)\n- " +
User::USER_FORMATS.keys.join("\n- ") + "\n\n" \
"- system (use system settings) (default)\n- " \
"#{User::USER_FORMATS.keys.join "\n- "}\n\n" \
"Examples:\n\n" \
"{{user(1)}}\n" \
"...Link to user with user id 1\n\n" \