Add XLS analyzer #2880
Annotations
3 warnings
build:
app/controllers/admin/foi_attachments_controller.rb#L13
[rubocop] reported by reviewdog 🐶
Indent the first argument one step more than the start of the previous line.
Raw Output:
app/controllers/admin/foi_attachments_controller.rb:13:9: C: Layout/FirstArgumentIndentation: Indent the first argument one step more than the start of the previous line.
|
build:
gems/excel_analyzer/lib/excel_analyzer.rb#L5
[rubocop] reported by reviewdog 🐶
Missing top-level documentation comment for `module ExcelAnalyzer`.
Raw Output:
gems/excel_analyzer/lib/excel_analyzer.rb:5:1: C: Style/Documentation: Missing top-level documentation comment for `module ExcelAnalyzer`.
|
build:
gems/excel_analyzer/lib/excel_analyzer/probe.rb#L22
[rubocop] reported by reviewdog 🐶
Avoid using `rescue` in its modifier form. (https://rubystyle.guide#no-rescue-modifiers)
Raw Output:
gems/excel_analyzer/lib/excel_analyzer/probe.rb:22:7: C: Style/RescueModifier: Avoid using `rescue` in its modifier form. (https://rubystyle.guide#no-rescue-modifiers)
|