xiond v7.0.0, v8.0.0, v8.0.1, v9.0.0 #32
Annotations
7 errors and 1 warning
|
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"
|
|
|
This job was cancelled
Loading