app/controllers/installation_controller.rb

Summary

Maintainability
A
0 mins
Test Coverage

Line is too long. [103/100] (https://github.com/bbatsov/ruby-style-guide#80-character-limits)
Open

      format.any { render json: consul_installation_details.to_json, content_type: 'application/json' }

Line is too long. [111/100] (https://github.com/bbatsov/ruby-style-guide#80-character-limits)
Open

    Setting.where("key LIKE 'feature.%'").each_with_object({}) { |x, n| n[x.key.remove('feature.')] = x.value }

There are no issues that match your filters.

Category
Status