Skip to content

Drop Ruby 2.5/2.6 & switch to voxpupuli-rubocop #68

Drop Ruby 2.5/2.6 & switch to voxpupuli-rubocop

Drop Ruby 2.5/2.6 & switch to voxpupuli-rubocop #68

Triggered via pull request May 28, 2023 17:58
Status Failure
Total duration 1m 1s
Artifacts

test.yml

on: pull_request
Matrix: rspec
Test suite
0s
Test suite
Fit to window
Zoom out
Zoom in

Annotations

10 errors
rubocop: Gemfile#L1
Style/FrozenStringLiteralComment: Missing frozen string literal comment.
rubocop: Rakefile#L1
Style/FrozenStringLiteralComment: Missing frozen string literal comment.
rubocop: bin/metadata-json-lint#L1
Style/FrozenStringLiteralComment: Missing frozen string literal comment.
rubocop: lib/metadata-json-lint/rake_task.rb#L1
Style/FrozenStringLiteralComment: Missing frozen string literal comment.
rubocop: lib/metadata-json-lint/schema.rb#L1
Style/FrozenStringLiteralComment: Missing frozen string literal comment.
rubocop: lib/metadata-json-lint/version_requirement.rb#L1
Style/FrozenStringLiteralComment: Missing frozen string literal comment.
rubocop: lib/metadata_json_lint.rb#L1
Style/FrozenStringLiteralComment: Missing frozen string literal comment.
rubocop: lib/metadata_json_lint.rb#L9
Style/Documentation: Missing top-level documentation comment for `module MetadataJsonLint`.
rubocop: lib/metadata_json_lint.rb#L48
Layout/LineLength: Line is too long. [153/120] (https://rubystyle.guide#max-line-length)
rubocop: lib/metadata_json_lint.rb#L82
Lint/RescueException: Avoid rescuing the `Exception` class. Perhaps you meant to rescue `StandardError`? (https://rubystyle.guide#no-blind-rescues)