chrislit/abydos

View on GitHub

Showing 4,191 of 4,191 total issues

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

                    'J',

TODO 'J', ^ |

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

                    'Y',

TODO 'Y', ^ |

Unnecessary elif after continue
Open

                if _get_at(current + 1) == 'H':

Used in order to highlight an unnecessary block of code following an if containing a continue statement. As such, it will warn when it encounters an else following a chain of ifs, all of them containing a continue statement.

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

            'M',
Severity: Info
Found in abydos/phonetic/_henry_early.py by pylint

TODO 'M', ^ |

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

                'Î',
Severity: Info
Found in abydos/phonetic/_phonet.py by pylint

TODO 'Î', ^ |

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

                'Ô',
Severity: Info
Found in abydos/phonetic/_phonet.py by pylint

TODO 'Ô', ^ |

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

                            not rule
Severity: Info
Found in abydos/phonetic/_phonet.py by pylint

TODO not rule ^ |

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

                                        and (
Severity: Info
Found in abydos/phonetic/_phonet.py by pylint

TODO and ( ^ |

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

                                        not rule
Severity: Info
Found in abydos/phonetic/_phonet.py by pylint

TODO not rule ^ |

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

                                        or (
Severity: Info
Found in abydos/phonetic/_phonet.py by pylint

TODO or ( ^ |

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

                                    _phonet_rules[pos]
Severity: Info
Found in abydos/phonetic/_phonet.py by pylint

TODO phonetrules[pos] ^ |

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

                                    in cast(str, _phonet_rules[pos])[1:]
Severity: Info
Found in abydos/phonetic/_phonet.py by pylint

TODO in cast(str, phonetrules[pos])[1:] ^ |

Too many nested blocks (8/5)
Open

            while i < len(src):
Severity: Info
Found in abydos/phonetic/_phonet.py by pylint

Used when a function or a method has too many nested blocks. This makes the code less understandable and maintainable.

Too many nested blocks (7/5)
Open

            while i < len(src):
Severity: Info
Found in abydos/phonetic/_phonet.py by pylint

Used when a function or a method has too many nested blocks. This makes the code less understandable and maintainable.

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

                    'P',

TODO 'P', ^ |

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

                'Ý',
Severity: Info
Found in abydos/phonetic/_phonet.py by pylint

TODO 'Ý', ^ |

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

                                (matches > 1)
Severity: Info
Found in abydos/phonetic/_phonet.py by pylint

TODO (matches > 1) ^ |

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

                                        _phonet_rules[pos0 + mode] is None
Severity: Info
Found in abydos/phonetic/_phonet.py by pylint

TODO phonetrules[pos0 + mode] is None ^ |

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

                                    and '^^'
Severity: Info
Found in abydos/phonetic/_phonet.py by pylint

TODO and '^^' ^ |

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

                and word[2:3] in self._uc_c_set
Severity: Info
Found in abydos/phonetic/_henry_early.py by pylint

TODO and word[2:3] in self.ucc_set ^ |

Severity
Category
Status
Source
Language