BLKSerene/Wordless

View on GitHub
wordless/wl_dependency_parser.py

Summary

Maintainability
A
1 hr
Test Coverage

Consider simplifying this complex logical expression.
Open

                            if (
                                (
                                    (
                                        not settings['search_settings']['match_dependency_relations']
                                        and (token in search_terms or head in search_terms)
Severity: Major
Found in wordless/wl_dependency_parser.py - About 1 hr to fix

    Avoid deeply nested control flow statements.
    Open

                                if (
                                    (
                                        (
                                            not settings['search_settings']['match_dependency_relations']
                                            and (token in search_terms or head in search_terms)
    Severity: Major
    Found in wordless/wl_dependency_parser.py - About 45 mins to fix

      There are no issues that match your filters.

      Category
      Status