Skip to content

Project index turbofy #71

Project index turbofy

Project index turbofy #71

GitHub Actions / rubocop succeeded Aug 21, 2024 in 0s

reviewdog [rubocop] report

reported by reviewdog 🐶

Findings (0)
Filtered Findings (56)

app/helpers/pagination_helper.rb|46 col 15| Tagging a string as html safe may be a security risk.
app/helpers/pagination_helper.rb|74 col 15| Tagging a string as html safe may be a security risk.
app/helpers/pagination_helper.rb|86 col 26| Prefer string interpolation to string concatenation.
app/helpers/pagination_helper.rb|100 col 38| Tagging a string as html safe may be a security risk.
app/helpers/pagination_helper.rb|102 col 9| Tagging a string as html safe may be a security risk.
app/helpers/pagination_helper.rb|166 col 11| Tagging a string as html safe may be a security risk.
app/helpers/pagination_helper.rb|189 col 13| Do not use instance variables in helpers.
app/helpers/pagination_helper.rb|189 col 46| Do not use instance variables in helpers.
app/helpers/pagination_helper.rb|194 col 13| Do not use instance variables in helpers.
app/helpers/pagination_helper.rb|194 col 56| Do not use instance variables in helpers.
app/helpers/sort_helper.rb|86 col 7| Do not use instance variables in helpers.
app/helpers/sort_helper.rb|96 col 7| Do not use instance variables in helpers.
app/helpers/sort_helper.rb|100 col 7| Do not use instance variables in helpers.
app/helpers/sort_helper.rb|105 col 7| Do not use instance variables in helpers.
app/helpers/sort_helper.rb|123 col 7| Do not use instance variables in helpers.
app/helpers/sort_helper.rb|124 col 24| Do not use instance variables in helpers.
app/helpers/sort_helper.rb|139 col 7| Do not use instance variables in helpers.
app/helpers/sort_helper.rb|140 col 7| Do not use instance variables in helpers.
app/helpers/sort_helper.rb|140 col 34| Do not use instance variables in helpers.
app/helpers/sort_helper.rb|151 col 7| Do not use instance variables in helpers.
app/helpers/sort_helper.rb|151 col 7| Use safe navigation (&.) instead of checking if an object exists before calling the method.
app/helpers/sort_helper.rb|151 col 26| Do not use instance variables in helpers.
app/helpers/sort_helper.rb|155 col 7| Do not use instance variables in helpers.
app/helpers/sort_helper.rb|155 col 7| Use safe navigation (&.) instead of checking if an object exists before calling the method.
app/helpers/sort_helper.rb|155 col 26| Do not use instance variables in helpers.
app/helpers/sort_helper.rb|159 col 7| Do not use instance variables in helpers.
app/helpers/sort_helper.rb|166 col 7| Do not use instance variables in helpers.
app/helpers/sort_helper.rb|166 col 19| Do not use instance variables in helpers.
app/helpers/sort_helper.rb|171 col 10| Do not use instance variables in helpers.
app/helpers/sort_helper.rb|172 col 9| Do not use instance variables in helpers.
app/helpers/sort_helper.rb|172 col 21| Do not use instance variables in helpers.
app/helpers/sort_helper.rb|172 col 48| Do not use instance variables in helpers.
app/helpers/sort_helper.rb|175 col 7| Do not use instance variables in helpers.
app/helpers/sort_helper.rb|179 col 37| Prefer keyword arguments for arguments with a boolean default value; use asc: true instead of asc = true.
app/helpers/sort_helper.rb|201 col 7| Do not use instance variables in helpers.
app/helpers/sort_helper.rb|205 col 7| Do not use instance variables in helpers.
app/helpers/sort_helper.rb|210 col 5| Prefer string interpolation to string concatenation.
app/helpers/sort_helper.rb|230 col 5| Do not use instance variables in helpers.
app/helpers/sort_helper.rb|231 col 5| Do not use instance variables in helpers.
app/helpers/sort_helper.rb|239 col 5| Do not use instance variables in helpers.
app/helpers/sort_helper.rb|240 col 5| Do not use instance variables in helpers.
app/helpers/sort_helper.rb|241 col 5| Do not use instance variables in helpers.
app/helpers/sort_helper.rb|242 col 5| Do not use instance variables in helpers.
app/helpers/sort_helper.rb|242 col 31| Do not use instance variables in helpers.
app/helpers/sort_helper.rb|242 col 57| Do not use instance variables in helpers.
app/helpers/sort_helper.rb|243 col 26| Do not use instance variables in helpers.
app/helpers/sort_helper.rb|256 col 5| Do not use instance variables in helpers.
app/helpers/sort_helper.rb|260 col 5| Do not use instance variables in helpers.
app/helpers/sort_helper.rb|266 col 5| Do not use instance variables in helpers.
app/helpers/sort_helper.rb|266 col 31| Do not use instance variables in helpers.
app/helpers/sort_helper.rb|281 col 18| Do not use instance variables in helpers.
app/helpers/sort_helper.rb|338 col 23| Do not use instance variables in helpers.
app/helpers/sort_helper.rb|339 col 10| Do not use instance variables in helpers.
app/helpers/sort_helper.rb|358 col 23| Do not use instance variables in helpers.
app/helpers/sort_helper.rb|359 col 15| Do not use instance variables in helpers.
spec/features/projects/projects_index_spec.rb|276 col 131| Line is too long. [141/130]