chrislit/abydos

View on GitHub

Showing 4,191 of 4,191 total issues

Wrong hanging indentation before block (add 4 spaces).
Open

            'U',
Severity: Info
Found in abydos/phonetic/_waahlin.py by pylint

TODO 'U', ^ |

Too many branches (25/12)
Open

        def _haase_code(word: str) -> str:
Severity: Info
Found in abydos/phonetic/_haase.py by pylint

Used when a function or method has too many branches, making it hard to follow.

Wrong hanging indentation before block (add 4 spaces).
Open

                        or re_match(r_pattern, right_orig[len(match) :])
Severity: Info
Found in abydos/phonetic/_nrl.py by pylint

TODO or rematch(rpattern, right_orig[len(match) :]) ^ |

Wrong hanging indentation before block (add 4 spaces).
Open

                'ND',
Severity: Info
Found in abydos/phonetic/_dolby.py by pylint

TODO 'ND', ^ |

Wrong hanging indentation before block (add 4 spaces).
Open

                    (current - 2), 4, {'WICZ'}

TODO (current - 2), 4, {'WICZ'} ^ |

Wrong hanging indentation before block (add 4 spaces).
Open

                        (current + 2), 1, {'I', 'E', 'H'}

TODO (current + 2), 1, {'I', 'E', 'H'} ^ |

Wrong hanging indentation before block (add 4 spaces).
Open

                            (current > 2)

TODO (current > 2) ^ |

Wrong hanging indentation before block (add 4 spaces).
Open

                    or _string_at(

TODO or stringat( ^ |

Wrong hanging indentation before block (add 4 spaces).
Open

                        (current == 0) and (_get_at(current + 4) == ' ')

TODO (current == 0) and (getat(current + 4) == ' ') ^ |

Wrong hanging indentation before block (add 4 spaces).
Open

                    and (

TODO and ( ^ |

Wrong hanging indentation before block (add 4 spaces).
Open

                    (current + 1), 1, {'L', 'T', 'K', 'S', 'N', 'M', 'B', 'Z'}

TODO (current + 1), 1, {'L', 'T', 'K', 'S', 'N', 'M', 'B', 'Z'} ^ |

Wrong hanging indentation before block (add 4 spaces).
Open

                    (

TODO ( ^ |

Wrong hanging indentation before block (add 4 spaces).
Open

                    (current == last)

TODO (current == last) ^ |

Wrong hanging indentation before block (add 4 spaces).
Open

            pre: Optional[Set[str]] = None,
Severity: Info
Found in abydos/phonetic/_phonix.py by pylint

TODO pre: Optional[Set[str]] = None, ^ |

Wrong hanging indentation before block (add 4 spaces).
Open

            'Y',
Severity: Info
Found in abydos/phonetic/_waahlin.py by pylint

TODO 'Y', ^ |

Wrong hanging indentation before block (add 4 spaces).
Open

                and i == len(word) - 3
Severity: Info
Found in abydos/phonetic/_nysiis.py by pylint

TODO and i == len(word) - 3 ^ |

Wrong hanging indentation before block (add 4 spaces).
Open

                self._modified
Severity: Info
Found in abydos/phonetic/_nysiis.py by pylint

TODO self._modified ^ |

Wrong hanging indentation before block (add 4 spaces).
Open

                word[i - 1] not in self._uc_v_set
Severity: Info
Found in abydos/phonetic/_nysiis.py by pylint

TODO word[i - 1] not in self.ucv_set ^ |

Wrong hanging indentation before block (add 4 spaces).
Open

        max_length: int = -1,
Severity: Info
Found in abydos/phonetic/_dolby.py by pylint

TODO max_length: int = -1, ^ |

Wrong hanging indentation before block (add 4 spaces).
Open

                'ST',
Severity: Info
Found in abydos/phonetic/_dolby.py by pylint

TODO 'ST', ^ |

Severity
Category
Status
Source
Language