Thanks a lot for the new rules!
We seem to have a problem with rule rubydre:S7905: SonarQube
It throws a false positive at this line:
class ApplicationController < ActionController::Base
But of course this is the declaration of the ApplicationController itself so it could not use itself as a base class.