* erblint was failing on this file, it looks like two separate issues a closing quote on the `aria-haspopup="true caused some issues when running erblint a warning about Lint/FloatComparison raised about casting the rating_level value to_f, I chose to convert the float to integer and compare to the value instead. I suspect the lint rule didn't run in the most recent change to this file. * Use `round` instead of `to_i` when converting from float Also, move the access and conversion outside of the loop (microoptimization, but I did it to shorten the inline comparison). |
||
|---|---|---|
| .. | ||
| _mod_sidebar_left.html.erb | ||
| _mod_sidebar_right.html.erb | ||
| _reactions.html.erb | ||
| actions_panel.html.erb | ||
| index.html.erb | ||
| mod.html.erb | ||