File routes.rb has 257 lines of code (exceeds 250 allowed). Consider refactoring.
Open
Rails.application.routes.draw do
get '/', to: 'root#v3_root'
# admin actions
post '/admin/actions/clear_buildpack_cache', to: 'admin_actions#clear_buildpack_cache'