# frozen_string_literal: true class Dashboard::SonarQubeController < Dashboard::ApplicationController def index # do something end end