chrislit/abydos

View on GitHub

Showing 4,191 of 4,191 total issues

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

        d = self._total_complement_card()

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

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

            t = self._token_at(tar, pos + 1)
Severity: Info
Found in abydos/distance/_guth.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/distance/_kuhns_vi.py by pylint

TODO self, ^ |

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

        a = self._intersection_card()
Severity: Info
Found in abydos/distance/_gwet_ac.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

        intersection_type: str = 'crisp',
Severity: Info
Found in abydos/distance/_mountford.py by pylint

TODO intersection_type: str = 'crisp', ^ |

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

        normalizer: Callable[[List[float]], float] = max,
Severity: Info
Found in abydos/distance/_levenshtein.py by pylint

TODO normalizer: Callable[[List[float]], float] = max, ^ |

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

                src[pos : pos + span] in src[:pos]
Severity: Info
Found in abydos/distance/_cormode_lz.py by pylint

TODO src[pos : pos + span] in src[:pos] ^ |

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

        self, tokenizer: Optional[_Tokenizer] = None, **kwargs: Any
Severity: Info
Found in abydos/distance/_guth.py by pylint

TODO self, tokenizer: Optional[_Tokenizer] = None, **kwargs: Any ^ |

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

        self, name: Union[List[str], str], pos: int
Severity: Info
Found in abydos/distance/_guth.py by pylint

TODO self, name: Union[List[str], str], pos: int ^ |

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

            s = self._token_at(src, pos + 1)
Severity: Info
Found in abydos/distance/_guth.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

        intersection_type: str = 'crisp',
Severity: Info
Found in abydos/distance/_unknown_h.py by pylint

TODO intersection_type: str = 'crisp', ^ |

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

        b = self._src_only_card()
Severity: Info
Found in abydos/distance/_kuhns_vi.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

        pval: float = 1,
Severity: Info
Found in abydos/distance/_minkowski.py by pylint

TODO pval: float = 1, ^ |

Parameters differ from overridden 'dist_abs' method
Open

    def dist_abs(self, src: str, tar: str, normalized: bool = False) -> float:
Severity: Minor
Found in abydos/distance/_minkowski.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

        intersection_type: str = 'crisp',
Severity: Info
Found in abydos/distance/_gwet_ac.py by pylint

TODO intersection_type: str = 'crisp', ^ |

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

            c = 1
Severity: Info
Found in abydos/distance/_mountford.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

                        src[src_cur] == tar[tar_cur + i]
Severity: Info
Found in abydos/distance/_sift4.py by pylint

TODO src[srccur] == tar[tarcur + i] ^ |

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

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

TODO self, ^ |

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

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

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

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

        intersection_type: str = 'crisp',
Severity: Info
Found in abydos/distance/_forbes_ii.py by pylint

TODO intersection_type: str = 'crisp', ^ |

Severity
Category
Status
Source
Language