Skip to content

Lower cyclomatic complexity constraint to 3 #55

Description

@chiptopher

The cyclomatic complexity constraint is currently set to five, but setting it to three might lead to some cleaner code in certain situations.

This is in the .pylint file.

max-complexity=5 -> max-complexity=3

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions