chrislit/abydos

View on GitHub

Showing 4,191 of 4,191 total issues

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

        retain_vowels: bool = False,

TODO retain_vowels: bool = False, ^ |

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

                        word, i, {'A', 'H', 'K', 'L', 'O', 'Q', 'R', 'U', 'X'}
Severity: Info
Found in abydos/phonetic/_koelner.py by pylint

TODO word, i, {'A', 'H', 'K', 'L', 'O', 'Q', 'R', 'U', 'X'} ^ |

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

        extended: bool = False,
Severity: Info
Found in abydos/phonetic/_phonic.py by pylint

TODO extended: bool = False, ^ |

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

                    and ename[i + 2 : i + 3] in self._frontv
Severity: Info
Found in abydos/phonetic/_metaphone.py by pylint

TODO and ename[i + 2 : i + 3] in self._frontv ^ |

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

                ('x', 'k'),
Severity: Info
Found in abydos/phonetic/_caverphone.py by pylint

TODO ('x', 'k'), ^ |

Too many statements (71/50)
Open

    def encode(self, word: str) -> str:
Severity: Info
Found in abydos/phonetic/_caverphone.py by pylint

Used when a function or method has too many statements. You should then split it in smaller functions / methods.

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

                lokal_ordet[0:1] == 'G'
Severity: Info
Found in abydos/phonetic/_sfinx_bis.py by pylint

TODO lokal_ordet[0:1] == 'G' ^ |

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

                self._mjuka_vokaler | self._harde_vokaler
Severity: Info
Found in abydos/phonetic/_sfinx_bis.py by pylint

TODO self.mjukavokaler | self.hardevokaler ^ |

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

                and lokal_ordet[2:3] in self._mjuka_vokaler
Severity: Info
Found in abydos/phonetic/_sfinx_bis.py by pylint

TODO and lokalordet[2:3] in self.mjuka_vokaler ^ |

Line too long (102/100)
Open

    ),  # Applebaum < Appelbaum (English + blend English-something forms as Finklestein)  # noqa: E501

Used when a line is longer than a given number of characters.

Line too long (102/100)
Open

# pattern is a sequence of characters that might appear in the word to be transliterated  # noqa: E501

Used when a line is longer than a given number of characters.

Line too long (135/100)
Open

    # "e" and "i" ARE TO BE OMITTED BEFORE (SYLLABIC) n & l: Halperin=Halpern; Frankel = Frankl, Finkelstein = Finklstein  # noqa: E501

Used when a line is longer than a given number of characters.

Line too long (108/100)
Open

# A, E, I, O, P, U should create variants, but a, e, i, o, u should not create any new variant  # noqa: E501

Used when a line is longer than a given number of characters.

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

        self,
Severity: Info
Found in abydos/phonetic/_phonic.py by pylint

TODO self, ^ |

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

                and ename[i - 1] == ename[i]
Severity: Info
Found in abydos/phonetic/_metaphone.py by pylint

TODO and ename[i - 1] == ename[i] ^ |

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

                            i == 0
Severity: Info
Found in abydos/phonetic/_metaphone.py by pylint

TODO i == 0 ^ |

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

                    (i + 1 == elen and ename[i + 1] == 'N')
Severity: Info
Found in abydos/phonetic/_metaphone.py by pylint

TODO (i + 1 == elen and ename[i + 1] == 'N') ^ |

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

                    i > 0
Severity: Info
Found in abydos/phonetic/_metaphone.py by pylint

TODO i > 0 ^ |

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

                ('cq', '2q'),
Severity: Info
Found in abydos/phonetic/_caverphone.py by pylint

TODO ('cq', '2q'), ^ |

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

                lokal_ordet[0:1] == 'C'
Severity: Info
Found in abydos/phonetic/_sfinx_bis.py by pylint

TODO lokal_ordet[0:1] == 'C' ^ |

Severity
Category
Status
Source
Language