chrislit/abydos

View on GitHub

Showing 4,191 of 4,191 total issues

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

        name_mode: str,
Severity: Info
Found in abydos/phonetic/_beider_morse.py by pylint

TODO name_mode: str, ^ |

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

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

TODO concat: bool = False, ^ |

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

        phonetic: str,
Severity: Info
Found in abydos/phonetic/_beider_morse.py by pylint

TODO phonetic: str, ^ |

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

            code & (code - 1)
Severity: Info
Found in abydos/phonetic/_beider_morse.py by pylint

TODO code & (code - 1) ^ |

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

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

TODO 'E', ^ |

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

                        (current + 1), 1, {'C', 'K', 'Q'}

TODO (current + 1), 1, {'C', 'K', 'Q'} ^ |

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

                    (_get_at(current + 1) == 'Y')

TODO (getat(current + 1) == 'Y') ^ |

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

                    and not _string_at((current - 1), 1, {'E', 'I'})

TODO and not stringat((current - 1), 1, {'E', 'I'}) ^ |

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

                        or _string_at(0, 3, {'SCH'})

TODO or stringat(0, 3, {'SCH'}) ^ |

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

                        (current + 1), 4, {'HEIM', 'HOEK', 'HOLM', 'HOLZ'}

TODO (current + 1), 4, {'HEIM', 'HOEK', 'HOLM', 'HOLZ'} ^ |

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

                            (current + 3),

TODO (current + 3), ^ |

Too many branches (46/12)
Open

    def encode(self, word: str) -> str:
Severity: Info
Found in abydos/phonetic/_nysiis.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

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

TODO keep_vowels: bool = False, ^ |

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

        vowel_char: str = '*',
Severity: Info
Found in abydos/phonetic/_dolby.py by pylint

TODO vowel_char: str = '*', ^ |

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

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

TODO 'SK', ^ |

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

                        or _string_at((current + 2), 1, {'T', 'S'})

TODO or stringat((current + 2), 1, {'T', 'S'}) ^ |

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

                        and _string_at(

TODO and stringat( ^ |

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

                            {'OO', 'ER', 'EN', 'UY', 'ED', 'EM'},

TODO {'OO', 'ER', 'EN', 'UY', 'ED', 'EM'}, ^ |

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

                            word,
Severity: Info
Found in abydos/phonetic/_haase.py by pylint

TODO word, ^ |

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

                    and not _is_vowel(current - 2)

TODO and not isvowel(current - 2) ^ |

Severity
Category
Status
Source
Language