Skip to content

(fix): Keep project filters section hidden when using predefined filters from sidebar #10598

(fix): Keep project filters section hidden when using predefined filters from sidebar

(fix): Keep project filters section hidden when using predefined filters from sidebar #10598

GitHub Actions / rubocop succeeded Jul 17, 2023 in 1s

reviewdog [rubocop] report

reported by reviewdog 🐶

Findings (0)
Filtered Findings (6)

app/helpers/projects_helper.rb|270 col 23| Rails/HelperInstanceVariable: Do not use instance variables in helpers.
app/helpers/projects_helper.rb|272 col 5| Rails/HelperInstanceVariable: Do not use instance variables in helpers.
app/helpers/projects_helper.rb|276 col 5| Rails/HelperInstanceVariable: Do not use instance variables in helpers.
app/helpers/projects_helper.rb|280 col 5| Rails/HelperInstanceVariable: Do not use instance variables in helpers.
app/helpers/projects_helper.rb|317 col 5| [Correctable] Rails/Blank: Use if project.description.blank? instead of unless project.description.present?.
spec/features/projects/projects_index_spec.rb|172 col 131| Layout/LineLength: Line is too long. [141/130]