xiond v7.0.0, v8.0.0, v8.0.1, v9.0.0 #32
Annotations
6 errors and 2 warnings
lib/base.rb#L20
Lint/UnusedBlockArgument: Unused block argument - `tmpdir`. You can omit the argument if you don't care about it.
|
lib/base.rb#L79
Layout/TrailingWhitespace: Trailing whitespace detected.
|
lib/base.rb#L89
Style/GuardClause: Use a guard clause (`return unless File.exist?(executable)`) instead of wrapping the code inside a conditional expression.
|
lib/base.rb#L89
Style/IfUnlessModifier: Favor modifier `if` usage when having a single-line body. Another good alternative is the usage of control flow `&&`/`||`.
|
lib/base.rb#L90
FormulaAudit/Miscellaneous: Use ruby-macho instead of calling "install_name_tool"
|
|
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
|
This job failed
Loading