Skip to content

Add XLS analyzer

Add XLS analyzer #2880

Triggered via pull request December 20, 2023 12:11
@gbpgbp
synchronize #8060
add-xls-analyzer
Status Success
Total duration 1m 8s
Artifacts

rubocop.yml

on: pull_request
Fit to window
Zoom out
Zoom in

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)