Skip to content

スパム判定を変更 #33

スパム判定を変更

スパム判定を変更 #33

Triggered via push February 18, 2024 13:31
Status Failure
Total duration 1m 56s
Artifacts

lint-ruby.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 1 warning
lint: app/lib/activitypub/activity/create.rb#L51
Rails/TransactionExitStatement: Exit statement return is not allowed. Use raise (rollback) or next (commit).
lint: app/lib/activitypub/activity/create.rb#L107
[Correctable] Layout/LineLength: Line is too long. [172/140] (https://rubystyle.guide#max-line-length)
lint: app/lib/activitypub/activity/create.rb#L191
Layout/LineLength: Line is too long. [159/140] (https://rubystyle.guide#max-line-length)
lint: app/lib/activitypub/activity/create.rb#L249
Layout/LineLength: Line is too long. [184/140] (https://rubystyle.guide#max-line-length)
lint: app/lib/activitypub/activity/create.rb#L260
Metrics/MethodLength: Method has too many lines. [29/25] (https://rubystyle.guide#short-methods)
lint: app/lib/activitypub/activity/create.rb#L315
[Correctable] Rails/NegateInclude: Use .exclude? and remove the negation part. (https://rails.rubystyle.guide#exclude)
lint: app/lib/activitypub/activity/create.rb#L315
Layout/LineLength: Line is too long. [187/140] (https://rubystyle.guide#max-line-length)
lint: app/lib/activitypub/activity/create.rb#L327
[Correctable] Rails/WhereExists: Prefer exists?(account: @account) over where(account: @account).exists?.
lint: app/lib/activitypub/activity/create.rb#L332
[Correctable] Layout/LineLength: Line is too long. [142/140] (https://rubystyle.guide#max-line-length)
lint: app/lib/activitypub/activity/create.rb#L338
[Correctable] Layout/SpaceInsideHashLiteralBraces: Space inside } missing. (https://rubystyle.guide#spaces-braces)
lint
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.