Skip to content

Make pylint <dir> work like pylint <dir>/*.py #21

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
pylint-bot opened this issue May 31, 2013 · 1 comment
Closed

Make pylint <dir> work like pylint <dir>/*.py #21

pylint-bot opened this issue May 31, 2013 · 1 comment
Labels
Command line Related to command line interface Enhancement ✨ Improvement to a component

Comments

@pylint-bot
Copy link

Originally reported by: Andrew Pennebaker (BitBucket: mcandre, GitHub: @mcandre?)


Most linters offer CLI syntax of linter

meaning lint all relevant files in a directory. Typically, users run linter ., to lint the current directory.

pylint rejects this for directories with no init.py, such as collections of standalone, one-off scripts. As a mitigation, we can use pylint *.py, but it would be nice to type pylint ., in keeping with conventional linter syntax.


@pylint-bot pylint-bot added Enhancement ✨ Improvement to a component Command line Related to command line interface labels Dec 9, 2015
@PCManticore
Copy link
Contributor

Closing in favor of #352 (that is a newer issue, but with more discussion at hand)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Command line Related to command line interface Enhancement ✨ Improvement to a component
Projects
None yet
Development

No branches or pull requests

2 participants