Skip to content

Add rakefile and set up CI #1

Add rakefile and set up CI

Add rakefile and set up CI #1

Triggered via pull request September 22, 2023 04:57
Status Failure
Total duration 1m 45s
Artifacts

tests.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors
tests: Rakefile#L8
Style/GlobalStdStream: Use `$stderr` instead of `STDERR`.
tests: Rakefile#L13
Lint/AmbiguousOperator: Ambiguous splat operator. Parenthesize the method arguments if it's surely a splat operator, or add a whitespace to the right of the `*` if it should be a multiplication.
tests: cmd/api-readall-test.rb#L1
Sorbet/TrueSigil: No Sorbet sigil found in file. Try a `typed: true` to start (you can also use `rubocop -a` to automatically add this).
tests: cmd/api-readall-test.rb#L6
Style/Documentation: Missing top-level documentation comment for `module Homebrew`.
tests: cmd/branch-compare.rb#L1
Sorbet/TrueSigil: No Sorbet sigil found in file. Try a `typed: true` to start (you can also use `rubocop -a` to automatically add this).
tests: cmd/branch-compare.rb#L6
Style/Documentation: Missing top-level documentation comment for `module Homebrew`.
tests: cmd/service-diff.rb#L1
Sorbet/TrueSigil: No Sorbet sigil found in file. Try a `typed: true` to start (you can also use `rubocop -a` to automatically add this).
tests: cmd/service-diff.rb#L6
Style/Documentation: Missing top-level documentation comment for `module Homebrew`.
tests: lib/diff-scripts/service_diff.rb#L1
Sorbet/TrueSigil: No Sorbet sigil found in file. Try a `typed: true` to start (you can also use `rubocop -a` to automatically add this).
tests: lib/diff-scripts/service_diff.rb#L68
Style/UnlessLogicalOperators: Do not use any logical operator in an `unless`.