Skip to content

Add the ability to do apply different flake8 rules to different parts of a code base #51

Open
@adrianmoisey

Description

@adrianmoisey

I'm not sure if this is a good idea or not, but we're currently finding that we're linting different parts of code to different standards. It would be nice to have lint-review test different parts of our code with different rulesets.

Currently we just ignore the warnings from lint-review, or just disable those tests across the entire repo.

For example we're not as strict on docstrings in our tests because unittest sometimes uses the docstring as the test description (https://docs.python.org/2/library/unittest.html#unittest.TestCase.shortDescription).

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions