[#1636] Show AlaveteliConfiguration in admin interface #3199
Annotations
3 warnings
app/controllers/admin/debug_controller.rb#L1
[rubocop] reported by reviewdog 🐶
Missing top-level documentation comment for `class Admin::DebugController`.
Raw Output:
app/controllers/admin/debug_controller.rb:1:1: C: Style/Documentation: Missing top-level documentation comment for `class Admin::DebugController`.
|
app/controllers/admin/debug_controller.rb#L7
[rubocop] reported by reviewdog 🐶
Line is too long. [106/80] (https://rubystyle.guide#max-line-length)
Raw Output:
app/controllers/admin/debug_controller.rb:7:81: C: Layout/LineLength: Line is too long. [106/80] (https://rubystyle.guide#max-line-length)
|
spec/lib/configuration_spec.rb#L8
[rubocop] reported by reviewdog 🐶
Use the new Ruby 1.9 hash syntax. (https://rubystyle.guide#hash-literals)
Raw Output:
spec/lib/configuration_spec.rb:8:33: C: Style/HashSyntax: Use the new Ruby 1.9 hash syntax. (https://rubystyle.guide#hash-literals)
|
This job succeeded
Loading