ubicloud/views/components/form
Enes Cakir bf22e3ae5b Update rubocop and standard versions
```
Offenses:

views/account/multifactor/webauthn_remove.erb:51:25: C: [Correctable] Style/RedundantParentheses: Don't use parentheses around an assignment.
                  <% if (error = rodauth.field_error(rodauth.webauthn_remove_param)) %>
                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
views/components/form/cloudflare_turnstile.erb:1:7: C: [Correctable] Style/RedundantParentheses: Don't use parentheses around an assignment.
<% if (@enable_cloudflare_turnstile = Config.cloudflare_turnstile_site_key) %>
      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
```
2025-02-26 13:05:35 +03:00
..
checkbox.erb Remove error handling for checkbox view 2025-01-14 09:04:22 -08:00
cloudflare_turnstile.erb Update rubocop and standard versions 2025-02-26 13:05:35 +03:00
datepicker.erb Use Roda part plugin to simplify render calls with locals 2025-01-31 09:47:06 -08:00
hidden.erb Use fixed locals to simplify templates 2025-01-07 10:14:01 -08:00
partnership_notice.erb Use Roda part plugin to simplify render calls with locals 2025-01-31 09:47:06 -08:00
policy_select.erb Use Roda part plugin to simplify render calls with locals 2025-01-31 09:47:06 -08:00
radio_small_cards.erb Cover radio_small_cards view 2025-01-14 09:04:22 -08:00
range_slider.erb Fix arguments for UI components 2024-11-12 10:24:27 +03:00
resource_creation_form.erb Use Roda part plugin to simplify render calls with locals 2025-01-31 09:47:06 -08:00
section.erb Use fixed locals to simplify templates 2025-01-07 10:14:01 -08:00
select.erb Cover form select view 2025-01-14 09:04:22 -08:00
submit_button.erb Use Roda part plugin to simplify render calls with locals 2025-01-31 09:47:06 -08:00
text.erb Use Roda part plugin to simplify render calls with locals 2025-01-31 09:47:06 -08:00
textarea.erb Remove error handling for textarea view 2025-01-14 09:04:22 -08:00