yast/yast-network

View on GitHub
src/include/network/lan/wizards.rb

Summary

Maintainability
A
1 hr
Test Coverage

Method LanSequence has 30 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    def LanSequence
      aliases = {
        "read"  => [-> { ReadDialog() }, true],
        "main"  => -> { MainSequence("") },
        "write" => [-> { WriteDialog() }, true]
Severity: Minor
Found in src/include/network/lan/wizards.rb - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status