You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The yielded asset is unused, and instead assets gets passed into `each_connected_asset. This will need to be evaluated to make sure we aren't creating asset*asset facts unnecessarily. It can then either be fixed, or annotated with a clear explanation.
Blocking issues
Describe any other issues or tickets that may be blocking this change.
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered:
Describe the Housekeeping
When running some of the rubocop auto-fixes, I noticed this:
samples_extraction/app/models/action.rb
Lines 86 to 90 in f2d8d3e
The yielded asset is unused, and instead assets gets passed into `each_connected_asset. This will need to be evaluated to make sure we aren't creating asset*asset facts unnecessarily. It can then either be fixed, or annotated with a clear explanation.
Blocking issues
Describe any other issues or tickets that may be blocking this change.
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: