ruby-llvm/ruby-llvm

View on GitHub
lib/llvm/target.rb

Summary

Maintainability
A
45 mins
Test Coverage

Method create_machine has 6 arguments (exceeds 4 allowed). Consider refactoring.
Open

    def create_machine(triple, cpu = "", features = "",
                       opt_level = :default, reloc = :default, code_model = :default)
Severity: Minor
Found in lib/llvm/target.rb - About 45 mins to fix

    There are no issues that match your filters.

    Category
    Status