Skip to content

cspを変更した

cspを変更した #9

Triggered via push March 29, 2024 18:51
Status Failure
Total duration 1m 45s
Artifacts

lint-ruby.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 5 warnings
lint: app/lib/activitypub/activity/create.rb#L445
[Correctable] Style/RedundantParentheses: Don't use parentheses around a logical expression.
lint: app/lib/activitypub/activity/create.rb#L452
[Correctable] Layout/EmptyLinesAroundClassBody: Extra empty line detected at class body end. (https://rubystyle.guide#empty-lines-around-bodies)
lint: app/lib/advanced_text_formatter.rb#L39
[Correctable] Layout/EmptyLinesAroundMethodBody: Extra empty line detected at method body end. (https://rubystyle.guide#empty-lines-around-bodies)
lint: app/lib/advanced_text_formatter.rb#L141
[Correctable] Style/HashSyntax: Use the new Ruby 1.9 hash syntax. (https://rubystyle.guide#hash-literals)
lint: app/lib/advanced_text_formatter.rb#L142
[Correctable] Style/HashSyntax: Use the new Ruby 1.9 hash syntax. (https://rubystyle.guide#hash-literals)
lint: app/lib/advanced_text_formatter.rb#L142
[Correctable] Style/HashSyntax: Use the new Ruby 1.9 hash syntax. (https://rubystyle.guide#hash-literals)
lint: app/lib/advanced_text_formatter.rb#L143
[Correctable] Style/HashSyntax: Use the new Ruby 1.9 hash syntax. (https://rubystyle.guide#hash-literals)
lint: app/lib/advanced_text_formatter.rb#L144
[Correctable] Style/HashSyntax: Use the new Ruby 1.9 hash syntax. (https://rubystyle.guide#hash-literals)
lint: app/lib/advanced_text_formatter.rb#L144
[Correctable] Layout/MultilineHashBraceLayout: Closing hash brace must be on the line after the last hash element when opening brace is on a separate line from the first hash element.
lint: app/lib/advanced_text_formatter.rb#L144
[Correctable] Layout/SpaceInsideHashLiteralBraces: Space inside } missing. (https://rubystyle.guide#spaces-braces)
lint: app/lib/advanced_text_formatter.rb#L232
Lint/RescueException: Avoid rescuing the Exception class. Perhaps you meant to rescue StandardError? (https://rubystyle.guide#no-blind-rescues)
lint: app/lib/advanced_text_formatter.rb#L232
Lint/SuppressedException: Do not suppress exceptions. (https://rubystyle.guide#dont-hide-exceptions)
lint: app/lib/advanced_text_formatter.rb#L232
[Correctable] Lint/UselessAssignment: Useless assignment to variable - e. (https://rubystyle.guide#underscore-unused-vars)
lint: app/lib/advanced_text_formatter.rb#L241
[Correctable] Lint/UselessAssignment: Useless assignment to variable - start. (https://rubystyle.guide#underscore-unused-vars)
lint: app/lib/advanced_text_formatter.rb#L246
[Correctable] Lint/UselessAssignment: Useless assignment to variable - emojis. (https://rubystyle.guide#underscore-unused-vars)