brew test-bot #55
Annotations
25 errors and 1 warning
test-bot (ubuntu-22.04):
lib/base.rb#L62
Naming/AccessorMethodName: Do not prefix reader method names with `get_`.
|
test-bot (ubuntu-22.04):
lib/base.rb#L63
Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
|
test-bot (ubuntu-22.04):
lib/base.rb#L64
Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
|
test-bot (ubuntu-22.04):
lib/base.rb#L65
Style/GuardClause: Use a guard clause (`raise 'wasmvm dependency not found in go.mod' unless wasmvm_dependency_line`) instead of wrapping the code inside a conditional expression.
|
test-bot (ubuntu-22.04):
lib/base.rb#L68
Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
|
test-bot (ubuntu-22.04):
lib/base.rb#L88
Style/FetchEnvVar: Use `ENV.fetch("PATH")` or `ENV.fetch("PATH", nil)` instead of `ENV["PATH"]`.
|
test-bot (ubuntu-22.04)
Process completed with exit code 1.
|
test-bot (ubuntu-latest)
The job was canceled because "ubuntu-22_04" failed.
|
test-bot (ubuntu-latest):
lib/base.rb#L62
Naming/AccessorMethodName: Do not prefix reader method names with `get_`.
|
test-bot (ubuntu-latest):
lib/base.rb#L63
Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
|
test-bot (ubuntu-latest):
lib/base.rb#L64
Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
|
test-bot (ubuntu-latest):
lib/base.rb#L65
Style/GuardClause: Use a guard clause (`raise 'wasmvm dependency not found in go.mod' unless wasmvm_dependency_line`) instead of wrapping the code inside a conditional expression.
|
test-bot (ubuntu-latest):
lib/base.rb#L68
Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
|
test-bot (ubuntu-latest):
lib/base.rb#L88
Style/FetchEnvVar: Use `ENV.fetch("PATH")` or `ENV.fetch("PATH", nil)` instead of `ENV["PATH"]`.
|
test-bot (ubuntu-latest)
The operation was canceled.
|
test-bot (macos-14)
The job was canceled because "ubuntu-22_04" failed.
|
test-bot (macos-14):
lib/base.rb#L62
Naming/AccessorMethodName: Do not prefix reader method names with `get_`.
|
test-bot (macos-14):
lib/base.rb#L63
Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
|
test-bot (macos-14):
lib/base.rb#L64
Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
|
test-bot (macos-14):
lib/base.rb#L65
Style/GuardClause: Use a guard clause (`raise 'wasmvm dependency not found in go.mod' unless wasmvm_dependency_line`) instead of wrapping the code inside a conditional expression.
|
test-bot (macos-14):
lib/base.rb#L68
Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
|
test-bot (macos-14):
lib/base.rb#L88
Style/FetchEnvVar: Use `ENV.fetch("PATH")` or `ENV.fetch("PATH", nil)` instead of `ENV["PATH"]`.
|
test-bot (macos-14)
The operation was canceled.
|
test-bot (macos-13)
The job was canceled because "ubuntu-22_04" failed.
|
test-bot (macos-13)
The operation was canceled.
|
test-bot (ubuntu-22.04)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/cache@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|