realitix/vulk

View on GitHub

Showing 152 of 152 total issues

Function run has a Cognitive Complexity of 6 (exceeds 5 allowed). Consider refactoring.
Open

    def run(self):
        '''Start the game loop'''
        self.last_time = millis()

        while not self.request_quit:
Severity: Minor
Found in vulk/baseapp.py - About 25 mins 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

Function draw has a Cognitive Complexity of 6 (exceeds 5 allowed). Consider refactoring.
Open

    def draw(self, cmd, offset=0, count=0):
        '''Draw the mesh during command buffer registration

        *Parameters:*

Severity: Minor
Found in vulk/graphic/mesh.py - About 25 mins 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

TODO found
Open

        TODO: Delete this method
Severity: Minor
Found in vulk/vulkanobject.py by fixme

TODO found
Open

            # TODO
Severity: Minor
Found in vulk/context.py by fixme

TODO found
Open

        # TODO: VMA bug, I should not have to use dedicated memory
Severity: Minor
Found in vulk/vulkanobject.py by fixme

TODO found
Open

# Disable warning on TODO
Severity: Minor
Found in .pylintrc-travis by fixme

TODO found
Open

        # TODO: To test and valid
Severity: Minor
Found in vulk/math/vector.py by fixme

TODO found
Open

    # TODO: copies must be implemented
Severity: Minor
Found in vulk/vulkanobject.py by fixme

TODO found
Open

            # TODO: I don't know exactly how VMA works but I need that flag
Severity: Minor
Found in vulk/vulkanobject.py by fixme

TODO found
Open

        # TODO: To try, not sure it works
Severity: Minor
Found in vulk/vulkanobject.py by fixme

TODO found
Open

            # TODO: rotation is not properly handled
Severity: Minor
Found in vulk/graphic/d2/font.py by fixme

TODO found
Open

        # TODO: To test and valid
Severity: Minor
Found in vulk/math/vector.py by fixme
Severity
Category
Status
Source
Language