This inspection warns if there are more than two instance variables shared between a controller and a view.
A controller should only manage one instance variable, plus a second one for the current_user variable.
Inspired by "Ruby on Rails Code Quality Checklist"