Files
openproject/modules/two_factor_authentication/spec/lib
Jan Sandbrink a53f4a25d5 Freeze string literals in the 2FA module
Achieved through

    rubocop -A --only Style/FrozenStringLiteralComment,Layout/EmptyLineAfterMagicComment,Style/RedundantFreeze modules/two_factor_authentication

Part of freezing string literals across the application step-by-step to be well prepared for future Ruby releases.
2025-05-12 09:30:40 +02:00
..