Skip to content

chore: Remove Gemfile from ruby gems (#2) #33

chore: Remove Gemfile from ruby gems (#2)

chore: Remove Gemfile from ruby gems (#2) #33

GitHub Actions / standardrb failed Feb 2, 2024 in 0s

reviewdog [standardrb] report

reported by reviewdog 🐶

Findings (3)

appsignal-sourcemap.gemspec|23 col 23| Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
appsignal-sourcemap.gemspec|23 col 32| Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
appsignal-sourcemap.gemspec|23 col 42| Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.

Filtered Findings (0)

Annotations

Check failure on line 23 in appsignal-sourcemap.gemspec

See this annotation in the file changed.

@github-actions github-actions / standardrb

[standardrb] appsignal-sourcemap.gemspec#L23

Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
Raw output
  appsignal-sourcemap.gemspec:23:23: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.

Check failure on line 23 in appsignal-sourcemap.gemspec

See this annotation in the file changed.

@github-actions github-actions / standardrb

[standardrb] appsignal-sourcemap.gemspec#L23

Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
Raw output
  appsignal-sourcemap.gemspec:23:32: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.

Check failure on line 23 in appsignal-sourcemap.gemspec

See this annotation in the file changed.

@github-actions github-actions / standardrb

[standardrb] appsignal-sourcemap.gemspec#L23

Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
Raw output
  appsignal-sourcemap.gemspec:23:42: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.