Skip to content

Strip back pipeline to Rubocop linting only #2341

Strip back pipeline to Rubocop linting only

Strip back pipeline to Rubocop linting only #2341

Triggered via pull request November 14, 2023 22:41
Status Failure
Total duration 27s
Artifacts

linter.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

5 errors
RuboCop: app/models/notion.rb#L1
Style/FrozenStringLiteralComment: Missing frozen string literal comment.
RuboCop: app/models/notion.rb#L6
Rails/UniqueValidationWithoutIndex: Uniqueness validation should be with a unique index.
RuboCop: spec/rails_helper.rb#L6
Style/ExpandPathArguments: Use `expand_path('../config/environment', __dir__)` instead of `expand_path('../../config/environment', __FILE__)`.
RuboCop: spec/rails_helper.rb#L32
Style/StringLiterals: Prefer single-quoted strings when you don't need string interpolation or special symbols.
RuboCop
Process completed with exit code 1.