chrislit/abydos

View on GitHub

Showing 4,191 of 4,191 total issues

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

        **kwargs: Any
Severity: Info
Found in abydos/distance/_warrens_iv.py by pylint

TODO **kwargs: Any ^ |

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

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

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

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

        d = self._total_complement_card()
Severity: Info
Found in abydos/distance/_dunning.py by pylint

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

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

        uc = ''.join(letter for letter in word.upper() if letter.isalpha())
Severity: Info
Found in abydos/fingerprint/_lc_cutter.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

        self,
Severity: Info
Found in abydos/fingerprint/_phonetic.py by pylint

TODO self, ^ |

Too few public methods (1/2)
Open

class Phonetic(String):
Severity: Info
Found in abydos/fingerprint/_phonetic.py by pylint

Used when class has too few public methods, so be sure it's really worth it.

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

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

TODO self, ^ |

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

        tokenizer: Optional[_Tokenizer] = None,
Severity: Info
Found in abydos/distance/_baulieu_xv.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/_stuart_tau.py by pylint

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

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

        n = self._population_unique_card()
Severity: Info
Found in abydos/distance/_stuart_tau.py by pylint

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

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

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

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

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

            d = 1
Severity: Info
Found in abydos/distance/_dunning.py by pylint

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

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

        a /= n
Severity: Info
Found in abydos/distance/_dunning.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

                or fname[loc + len(numeral)] in {' ', ','}

TODO or fname[loc + len(numeral)] in {' ', ','} ^ |

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

        phonetic_algorithm: Optional[
Severity: Info
Found in abydos/fingerprint/_phonetic.py by pylint

TODO phonetic_algorithm: Optional[ ^ |

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

        start_stop: str = '',
Severity: Info
Found in abydos/fingerprint/_qgram.py by pylint

TODO start_stop: str = '', ^ |

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

        joiner: str = '',
Severity: Info
Found in abydos/fingerprint/_qgram.py by pylint

TODO joiner: str = '', ^ |

Parameters differ from overridden 'fingerprint' method
Open

    def fingerprint(self, phrase: str) -> str:
Severity: Minor
Found in abydos/fingerprint/_qgram.py by pylint

Used when a method has a different number of arguments than in the implemented interface or in an overridden method.

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

        bits_per_letter: int = 3,
Severity: Info
Found in abydos/fingerprint/_position.py by pylint

TODO bitsperletter: int = 3, ^ |

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

        **kwargs: Any
Severity: Info
Found in abydos/distance/_koppen_i.py by pylint

TODO **kwargs: Any ^ |

Severity
Category
Status
Source
Language