chrislit/abydos

View on GitHub

Showing 4,191 of 4,191 total issues

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

            and (tar_len_specials > 0 or src_len_specials > 0)
Severity: Info
Found in abydos/distance/_synoname.py by pylint

TODO and (tarlenspecials > 0 or srclenspecials > 0) ^ |

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

            matches == 1
Severity: Info
Found in abydos/distance/_synoname.py by pylint

TODO matches == 1 ^ |

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

                    'of the ',
Severity: Info
Found in abydos/distance/_synoname.py by pylint

TODO 'of the ', ^ |

Access to a protected member _mode of a client class
Open

            self._lev._mode = 'osa'  # noqa: SF01
Severity: Minor
Found in abydos/distance/_synoname.py by pylint

Used when a protected member (i.e. class member with a name beginning with an underscore) is access outside the class or a descendant of the class where it's defined.

Variable name b doesn't conform to snake_case naming style
Open

        b = self._src_only_card()
Severity: Info
Found in abydos/distance/_kuhns_ix.py by pylint

Used when the name doesn't conform to naming rules associated to its type (constant, variable, class...).

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

        alphabet: Optional[
Severity: Info
Found in abydos/distance/_steffensen.py by pylint

TODO alphabet: Optional[ ^ |

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

            List[Tuple[int, str]], features['tar_specials']
Severity: Info
Found in abydos/distance/_synoname.py by pylint

TODO List[Tuple[int, str]], features['tar_specials'] ^ |

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

            and src1_num_words == 1
Severity: Info
Found in abydos/distance/_synoname.py by pylint

TODO and src1numwords == 1 ^ |

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

        src: Union[str, Tuple[str, str, str]],
Severity: Info
Found in abydos/distance/_synoname.py by pylint

TODO src: Union[str, Tuple[str, str, str]], ^ |

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

        tar: Union[str, Tuple[str, str, str]],
Severity: Info
Found in abydos/distance/_synoname.py by pylint

TODO tar: Union[str, Tuple[str, str, str]], ^ |

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

                    'of ',
Severity: Info
Found in abydos/distance/_synoname.py by pylint

TODO 'of ', ^ |

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

                    'of the ',
Severity: Info
Found in abydos/distance/_synoname.py by pylint

TODO 'of the ', ^ |

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

                    'known as the ',
Severity: Info
Found in abydos/distance/_synoname.py by pylint

TODO 'known as the ', ^ |

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

                    'with ',
Severity: Info
Found in abydos/distance/_synoname.py by pylint

TODO 'with ', ^ |

Access to a protected member _synoname_special_table of a client class
Open

                            self._stc._synoname_special_table[  # noqa: SF01
Severity: Minor
Found in abydos/distance/_synoname.py by pylint

Used when a protected member (i.e. class member with a name beginning with an underscore) is access outside the class or a descendant of the class where it's defined.

Access to a protected member _synoname_special_table of a client class
Open

                            self._stc._synoname_special_table[  # noqa: SF01
Severity: Minor
Found in abydos/distance/_synoname.py by pylint

Used when a protected member (i.e. class member with a name beginning with an underscore) is access outside the class or a descendant of the class where it's defined.

Too many statements (84/50)
Open

    def _synoname_word_approximation(
Severity: Info
Found in abydos/distance/_synoname.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

        self,
Severity: Info
Found in abydos/distance/_upholt.py by pylint

TODO self, ^ |

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

        tokenizer: Optional[_Tokenizer] = None,
Severity: Info
Found in abydos/distance/_upholt.py by pylint

TODO tokenizer: Optional[_Tokenizer] = None, ^ |

Variable name c doesn't conform to snake_case naming style
Open

        c = self._tar_only_card()
Severity: Info
Found in abydos/distance/_scott_pi.py by pylint

Used when the name doesn't conform to naming rules associated to its type (constant, variable, class...).

Severity
Category
Status
Source
Language