dnstats/dnstatsio

View on GitHub
dnstats/dnsvalidate/soa.py

Summary

Maintainability
A
1 hr
Test Coverage

Function validate has 32 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    def validate(self) -> {}:
        result = {}
        errors = []
        if len(self.soas) == 0:
            errors.append(SoaErrors.NO_SOA)
Severity: Minor
Found in dnstats/dnsvalidate/soa.py - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status