Files
nairobi/app/views
taitus b9bffeb321 Add and apply Naming/PredicateMethod RuboCop 1.76 rule
This rule was introduced in RuboCop 1.76.0 to ensure methods ending
in '?' return boolean.

This commit applies suggested renames and code cleanup:
- Renames 'is_active?' to 'active_class' since it returns a string
- Renames 'parsed_value' to 'in_favor?' and 'is_request_active' to end with '?'
  for boolean semantics
- Skips false positives like 'save', 'auto_labels' or 'save_requiring_finish_signup',
  which are not predicate methods.
2025-06-16 16:07:35 +02:00
..
2025-04-02 15:00:06 +02:00
2024-11-08 13:01:01 +01:00
2025-03-07 16:02:07 +01:00
2025-04-02 15:00:06 +02:00
2023-08-07 14:42:13 +02:00
2024-03-23 00:35:43 +01:00
2025-03-26 16:42:04 +01:00