dnstats/dnstatsio

View on GitHub
dnstats/dnsvalidate/bimi.py

Summary

Maintainability
B
4 hrs
Test Coverage

Function _validate has a Cognitive Complexity of 19 (exceeds 5 allowed). Consider refactoring.
Open

    def _validate(self, records: list) -> dict:
        result = {}
        self.errors = []
        if not records or len(records) <= 0:
            self.errors.append(BimiErrors.N0_BIMI_RECORDS)
Severity: Minor
Found in dnstats/dnsvalidate/bimi.py - About 2 hrs to fix

Cognitive Complexity

Cognitive Complexity is a measure of how difficult a unit of code is to intuitively understand. Unlike Cyclomatic Complexity, which determines how difficult your code will be to test, Cognitive Complexity tells you how difficult your code will be to read and comprehend.

A method's cognitive complexity is based on a few simple rules:

  • Code is not considered more complex when it uses shorthand that the language provides for collapsing multiple statements into one
  • Code is considered more complex for each "break in the linear flow of the code"
  • Code is considered more complex when "flow breaking structures are nested"

Further reading

Avoid too many return statements within this function.
Open

            return result
Severity: Major
Found in dnstats/dnsvalidate/bimi.py - About 30 mins to fix

    Avoid too many return statements within this function.
    Open

                return result
    Severity: Major
    Found in dnstats/dnsvalidate/bimi.py - About 30 mins to fix

      Avoid too many return statements within this function.
      Open

                      return result
      Severity: Major
      Found in dnstats/dnsvalidate/bimi.py - About 30 mins to fix

        Avoid too many return statements within this function.
        Open

                        return result
        Severity: Major
        Found in dnstats/dnsvalidate/bimi.py - About 30 mins to fix

          Refactor this function to reduce its Cognitive Complexity from 22 to the 15 allowed.
          Open

              def _validate(self, records: list) -> dict:
          Severity: Critical
          Found in dnstats/dnsvalidate/bimi.py by sonar-python

          Cognitive Complexity is a measure of how hard the control flow of a function is to understand. Functions with high Cognitive Complexity will be difficult to maintain.

          See

          Expected 2 blank lines, found 1
          Open

          class Bimi:
          Severity: Minor
          Found in dnstats/dnsvalidate/bimi.py by pep8

          Separate top-level function and class definitions with two blank lines.

          Method definitions inside a class are separated by a single blank
          line.
          
          Extra blank lines may be used (sparingly) to separate groups of
          related functions.  Blank lines may be omitted between a bunch of
          related one-liners (e.g. a set of dummy implementations).
          
          Use blank lines in functions, sparingly, to indicate logical
          sections.
          
          Okay: def a():\n    pass\n\n\ndef b():\n    pass
          Okay: def a():\n    pass\n\n\nasync def b():\n    pass
          Okay: def a():\n    pass\n\n\n# Foo\n# Bar\n\ndef b():\n    pass
          Okay: default = 1\nfoo = 1
          Okay: classify = 1\nfoo = 1
          
          E301: class Foo:\n    b = 0\n    def bar():\n        pass
          E302: def a():\n    pass\n\ndef b(n):\n    pass
          E302: def a():\n    pass\n\nasync def b(n):\n    pass
          E303: def a():\n    pass\n\n\n\ndef b(n):\n    pass
          E303: def a():\n\n\n\n    pass
          E304: @decorator\n\ndef a():\n    pass
          E305: def a():\n    pass\na()
          E306: def a():\n    def b():\n        pass\n    def c():\n        pass

          Expected 2 blank lines, found 1
          Open

          class BimiErrors(enum.Enum):
          Severity: Minor
          Found in dnstats/dnsvalidate/bimi.py by pep8

          Separate top-level function and class definitions with two blank lines.

          Method definitions inside a class are separated by a single blank
          line.
          
          Extra blank lines may be used (sparingly) to separate groups of
          related functions.  Blank lines may be omitted between a bunch of
          related one-liners (e.g. a set of dummy implementations).
          
          Use blank lines in functions, sparingly, to indicate logical
          sections.
          
          Okay: def a():\n    pass\n\n\ndef b():\n    pass
          Okay: def a():\n    pass\n\n\nasync def b():\n    pass
          Okay: def a():\n    pass\n\n\n# Foo\n# Bar\n\ndef b():\n    pass
          Okay: default = 1\nfoo = 1
          Okay: classify = 1\nfoo = 1
          
          E301: class Foo:\n    b = 0\n    def bar():\n        pass
          E302: def a():\n    pass\n\ndef b(n):\n    pass
          E302: def a():\n    pass\n\nasync def b(n):\n    pass
          E303: def a():\n    pass\n\n\n\ndef b(n):\n    pass
          E303: def a():\n\n\n\n    pass
          E304: @decorator\n\ndef a():\n    pass
          E305: def a():\n    pass\na()
          E306: def a():\n    def b():\n        pass\n    def c():\n        pass

          Too many blank lines (2)
          Open

                  if 'l' not in parsed:
          Severity: Minor
          Found in dnstats/dnsvalidate/bimi.py by pep8

          Separate top-level function and class definitions with two blank lines.

          Method definitions inside a class are separated by a single blank
          line.
          
          Extra blank lines may be used (sparingly) to separate groups of
          related functions.  Blank lines may be omitted between a bunch of
          related one-liners (e.g. a set of dummy implementations).
          
          Use blank lines in functions, sparingly, to indicate logical
          sections.
          
          Okay: def a():\n    pass\n\n\ndef b():\n    pass
          Okay: def a():\n    pass\n\n\nasync def b():\n    pass
          Okay: def a():\n    pass\n\n\n# Foo\n# Bar\n\ndef b():\n    pass
          Okay: default = 1\nfoo = 1
          Okay: classify = 1\nfoo = 1
          
          E301: class Foo:\n    b = 0\n    def bar():\n        pass
          E302: def a():\n    pass\n\ndef b(n):\n    pass
          E302: def a():\n    pass\n\nasync def b(n):\n    pass
          E303: def a():\n    pass\n\n\n\ndef b(n):\n    pass
          E303: def a():\n\n\n\n    pass
          E304: @decorator\n\ndef a():\n    pass
          E305: def a():\n    pass\na()
          E306: def a():\n    def b():\n        pass\n    def c():\n        pass

          Ambiguous variable name 'l'
          Open

                  if self.selector and self.l == '':
          Severity: Minor
          Found in dnstats/dnsvalidate/bimi.py by pep8

          Never use the characters 'l', 'O', or 'I' as variable names.

          In some fonts, these characters are indistinguishable from the
          numerals one and zero. When tempted to use 'l', use 'L' instead.
          
          Okay: L = 0
          Okay: o = 123
          Okay: i = 42
          E741: l = 0
          E741: O = 123
          E741: I = 42
          
          Variables can be bound in several other contexts, including class
          and function definitions, 'global' and 'nonlocal' statements,
          exception handlers, and 'with' and 'for' statements.
          In addition, we have a special handling for function parameters.
          
          Okay: except AttributeError as o:
          Okay: with lock as L:
          Okay: foo(l=12)
          Okay: for a in foo(l=12):
          E741: except AttributeError as O:
          E741: with lock as l:
          E741: global I
          E741: nonlocal l
          E741: def foo(l):
          E741: def foo(l=12):
          E741: l = foo(l=12)
          E741: for l in range(10):
          E742: class I(object):
          E743: def l(x):

          Too many blank lines (2)
          Open

                  parsed, dups = parse_abnf(bimi_record)
          Severity: Minor
          Found in dnstats/dnsvalidate/bimi.py by pep8

          Separate top-level function and class definitions with two blank lines.

          Method definitions inside a class are separated by a single blank
          line.
          
          Extra blank lines may be used (sparingly) to separate groups of
          related functions.  Blank lines may be omitted between a bunch of
          related one-liners (e.g. a set of dummy implementations).
          
          Use blank lines in functions, sparingly, to indicate logical
          sections.
          
          Okay: def a():\n    pass\n\n\ndef b():\n    pass
          Okay: def a():\n    pass\n\n\nasync def b():\n    pass
          Okay: def a():\n    pass\n\n\n# Foo\n# Bar\n\ndef b():\n    pass
          Okay: default = 1\nfoo = 1
          Okay: classify = 1\nfoo = 1
          
          E301: class Foo:\n    b = 0\n    def bar():\n        pass
          E302: def a():\n    pass\n\ndef b(n):\n    pass
          E302: def a():\n    pass\n\nasync def b(n):\n    pass
          E303: def a():\n    pass\n\n\n\ndef b(n):\n    pass
          E303: def a():\n\n\n\n    pass
          E304: @decorator\n\ndef a():\n    pass
          E305: def a():\n    pass\na()
          E306: def a():\n    def b():\n        pass\n    def c():\n        pass

          Ambiguous variable name 'l'
          Open

                  if parsed.get('s') == '' and self.l == '':
          Severity: Minor
          Found in dnstats/dnsvalidate/bimi.py by pep8

          Never use the characters 'l', 'O', or 'I' as variable names.

          In some fonts, these characters are indistinguishable from the
          numerals one and zero. When tempted to use 'l', use 'L' instead.
          
          Okay: L = 0
          Okay: o = 123
          Okay: i = 42
          E741: l = 0
          E741: O = 123
          E741: I = 42
          
          Variables can be bound in several other contexts, including class
          and function definitions, 'global' and 'nonlocal' statements,
          exception handlers, and 'with' and 'for' statements.
          In addition, we have a special handling for function parameters.
          
          Okay: except AttributeError as o:
          Okay: with lock as L:
          Okay: foo(l=12)
          Okay: for a in foo(l=12):
          E741: except AttributeError as O:
          E741: with lock as l:
          E741: global I
          E741: nonlocal l
          E741: def foo(l):
          E741: def foo(l=12):
          E741: l = foo(l=12)
          E741: for l in range(10):
          E742: class I(object):
          E743: def l(x):

          Ambiguous variable name 'l'
          Open

                      self.l = None
          Severity: Minor
          Found in dnstats/dnsvalidate/bimi.py by pep8

          Never use the characters 'l', 'O', or 'I' as variable names.

          In some fonts, these characters are indistinguishable from the
          numerals one and zero. When tempted to use 'l', use 'L' instead.
          
          Okay: L = 0
          Okay: o = 123
          Okay: i = 42
          E741: l = 0
          E741: O = 123
          E741: I = 42
          
          Variables can be bound in several other contexts, including class
          and function definitions, 'global' and 'nonlocal' statements,
          exception handlers, and 'with' and 'for' statements.
          In addition, we have a special handling for function parameters.
          
          Okay: except AttributeError as o:
          Okay: with lock as L:
          Okay: foo(l=12)
          Okay: for a in foo(l=12):
          E741: except AttributeError as O:
          E741: with lock as l:
          E741: global I
          E741: nonlocal l
          E741: def foo(l):
          E741: def foo(l=12):
          E741: l = foo(l=12)
          E741: for l in range(10):
          E742: class I(object):
          E743: def l(x):

          Ambiguous variable name 'l'
          Open

                      self.l = parsed['l']
          Severity: Minor
          Found in dnstats/dnsvalidate/bimi.py by pep8

          Never use the characters 'l', 'O', or 'I' as variable names.

          In some fonts, these characters are indistinguishable from the
          numerals one and zero. When tempted to use 'l', use 'L' instead.
          
          Okay: L = 0
          Okay: o = 123
          Okay: i = 42
          E741: l = 0
          E741: O = 123
          E741: I = 42
          
          Variables can be bound in several other contexts, including class
          and function definitions, 'global' and 'nonlocal' statements,
          exception handlers, and 'with' and 'for' statements.
          In addition, we have a special handling for function parameters.
          
          Okay: except AttributeError as o:
          Okay: with lock as L:
          Okay: foo(l=12)
          Okay: for a in foo(l=12):
          E741: except AttributeError as O:
          E741: with lock as l:
          E741: global I
          E741: nonlocal l
          E741: def foo(l):
          E741: def foo(l=12):
          E741: l = foo(l=12)
          E741: for l in range(10):
          E742: class I(object):
          E743: def l(x):

          Too many blank lines (2)
          Open

                  if not self.__validate_selctor(parsed, result):
          Severity: Minor
          Found in dnstats/dnsvalidate/bimi.py by pep8

          Separate top-level function and class definitions with two blank lines.

          Method definitions inside a class are separated by a single blank
          line.
          
          Extra blank lines may be used (sparingly) to separate groups of
          related functions.  Blank lines may be omitted between a bunch of
          related one-liners (e.g. a set of dummy implementations).
          
          Use blank lines in functions, sparingly, to indicate logical
          sections.
          
          Okay: def a():\n    pass\n\n\ndef b():\n    pass
          Okay: def a():\n    pass\n\n\nasync def b():\n    pass
          Okay: def a():\n    pass\n\n\n# Foo\n# Bar\n\ndef b():\n    pass
          Okay: default = 1\nfoo = 1
          Okay: classify = 1\nfoo = 1
          
          E301: class Foo:\n    b = 0\n    def bar():\n        pass
          E302: def a():\n    pass\n\ndef b(n):\n    pass
          E302: def a():\n    pass\n\nasync def b(n):\n    pass
          E303: def a():\n    pass\n\n\n\ndef b(n):\n    pass
          E303: def a():\n\n\n\n    pass
          E304: @decorator\n\ndef a():\n    pass
          E305: def a():\n    pass\na()
          E306: def a():\n    def b():\n        pass\n    def c():\n        pass

          Too many blank lines (3)
          Open

              def __validate_selctor(self, parsed, result) -> bool:
          Severity: Minor
          Found in dnstats/dnsvalidate/bimi.py by pep8

          Separate top-level function and class definitions with two blank lines.

          Method definitions inside a class are separated by a single blank
          line.
          
          Extra blank lines may be used (sparingly) to separate groups of
          related functions.  Blank lines may be omitted between a bunch of
          related one-liners (e.g. a set of dummy implementations).
          
          Use blank lines in functions, sparingly, to indicate logical
          sections.
          
          Okay: def a():\n    pass\n\n\ndef b():\n    pass
          Okay: def a():\n    pass\n\n\nasync def b():\n    pass
          Okay: def a():\n    pass\n\n\n# Foo\n# Bar\n\ndef b():\n    pass
          Okay: default = 1\nfoo = 1
          Okay: classify = 1\nfoo = 1
          
          E301: class Foo:\n    b = 0\n    def bar():\n        pass
          E302: def a():\n    pass\n\ndef b(n):\n    pass
          E302: def a():\n    pass\n\nasync def b(n):\n    pass
          E303: def a():\n    pass\n\n\n\ndef b(n):\n    pass
          E303: def a():\n\n\n\n    pass
          E304: @decorator\n\ndef a():\n    pass
          E305: def a():\n    pass\na()
          E306: def a():\n    def b():\n        pass\n    def c():\n        pass

          There are no issues that match your filters.

          Category
          Status