chrislit/abydos

View on GitHub
abydos/distance/_raup_crick.py

Summary

Maintainability
A
0 mins
Test Coverage

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

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

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

Argument name ab doesn't conform to snake_case naming style
Open

        def _henderson_heron(
Severity: Info
Found in abydos/distance/_raup_crick.py by pylint

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

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

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

            ab: float, ac: float, a: float, n: float
Severity: Info
Found in abydos/distance/_raup_crick.py by pylint

TODO ab: float, ac: float, a: float, n: float ^ |

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

        def _henderson_heron(
Severity: Info
Found in abydos/distance/_raup_crick.py by pylint

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

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

        def _henderson_heron(
Severity: Info
Found in abydos/distance/_raup_crick.py by pylint

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

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

        ab = self._src_card()
Severity: Info
Found in abydos/distance/_raup_crick.py by pylint

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

Argument name ac doesn't conform to snake_case naming style
Open

        def _henderson_heron(
Severity: Info
Found in abydos/distance/_raup_crick.py by pylint

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

There are no issues that match your filters.

Category
Status