Skip to content

fix: Change appsignal info method based precense #28

fix: Change appsignal info method based precense

fix: Change appsignal info method based precense #28

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

reviewdog [standardrb] report

reported by reviewdog 🐶

Findings (8)

lib/appsignal/sourcemap/base.rb|6 col 1| Extra empty line detected at class body beginning.
lib/appsignal/sourcemap/base.rb|9 col 41| Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/appsignal/sourcemap/base.rb|10 col 44| Use :internal_logger instead of 'internal_logger'.
lib/appsignal/sourcemap/base.rb|10 col 44| Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/appsignal/sourcemap/base.rb|10 col 65| Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/appsignal/sourcemap/base.rb|10 col 85| Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/appsignal/sourcemap/base.rb|13 col 1| Trailing whitespace detected.
lib/appsignal/sourcemap/base.rb|16 col 4| Final newline missing.

Filtered Findings (0)

Annotations

Check failure on line 6 in lib/appsignal/sourcemap/base.rb

See this annotation in the file changed.

@github-actions github-actions / standardrb

[standardrb] lib/appsignal/sourcemap/base.rb#L6

Extra empty line detected at class body beginning.
Raw output
  lib/appsignal/sourcemap/base.rb:6:1: Layout/EmptyLinesAroundClassBody: Extra empty line detected at class body beginning.

Check failure on line 9 in lib/appsignal/sourcemap/base.rb

See this annotation in the file changed.

@github-actions github-actions / standardrb

[standardrb] lib/appsignal/sourcemap/base.rb#L9

Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
Raw output
  lib/appsignal/sourcemap/base.rb:9:41: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.

Check failure on line 10 in lib/appsignal/sourcemap/base.rb

See this annotation in the file changed.

@github-actions github-actions / standardrb

[standardrb] lib/appsignal/sourcemap/base.rb#L10

Use `:internal_logger` instead of `'internal_logger'`.
Raw output
  lib/appsignal/sourcemap/base.rb:10:44: Performance/StringIdentifierArgument: Use `:internal_logger` instead of `'internal_logger'`.

Check failure on line 10 in lib/appsignal/sourcemap/base.rb

See this annotation in the file changed.

@github-actions github-actions / standardrb

[standardrb] lib/appsignal/sourcemap/base.rb#L10

Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
Raw output
  lib/appsignal/sourcemap/base.rb:10:44: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.

Check failure on line 10 in lib/appsignal/sourcemap/base.rb

See this annotation in the file changed.

@github-actions github-actions / standardrb

[standardrb] lib/appsignal/sourcemap/base.rb#L10

Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
Raw output
  lib/appsignal/sourcemap/base.rb:10:65: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.

Check failure on line 10 in lib/appsignal/sourcemap/base.rb

See this annotation in the file changed.

@github-actions github-actions / standardrb

[standardrb] lib/appsignal/sourcemap/base.rb#L10

Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
Raw output
  lib/appsignal/sourcemap/base.rb:10:85: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.

Check failure on line 13 in lib/appsignal/sourcemap/base.rb

See this annotation in the file changed.

@github-actions github-actions / standardrb

[standardrb] lib/appsignal/sourcemap/base.rb#L13

Trailing whitespace detected.
Raw output
  lib/appsignal/sourcemap/base.rb:13:1: Layout/TrailingWhitespace: Trailing whitespace detected.

Check failure on line 16 in lib/appsignal/sourcemap/base.rb

See this annotation in the file changed.

@github-actions github-actions / standardrb

[standardrb] lib/appsignal/sourcemap/base.rb#L16

Final newline missing.
Raw output
  lib/appsignal/sourcemap/base.rb:16:4: Layout/TrailingEmptyLines: Final newline missing.