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