Skip to content

Can you supply us users with the complete .codacyrc you are using for PyLint (Python 3) 2.4.x please ? #23

@dhensen

Description

@dhensen

rules = ['--disable=all', '--enable=' + ','.join([p['patternId'] for p in pylint.get('patterns') or []])]

Can you supply users with the complete .codacyrc you are using for PyLint (Python 3) 2.4.x please ?
I want to pre-run this locally for a sanity check, I keep getting errors that my local pylint never speaks of. (One of them makes sense: unable to import 3rd party libraries, because you dont install my dependencies, stuff like that and more..)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions