Skip to content
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

Add support for reading the file contents from stdin #120

Merged
merged 1 commit into from
Aug 24, 2022
Merged

Conversation

fsouza
Copy link
Collaborator

@fsouza fsouza commented Aug 24, 2022

Whenever that's set, the full output is always going to get printed to
stdout.

This is mainly intended for integration with editors, but it's made in a
way that is compatible with previous setups.

This includes a flag for the file name, I'm using --stdin-display-name
which matches what flake8 uses.

Closes #12.
Closes #37.

Whenever that's set, the full output is always going to get printed to
stdout.

This is mainly intended for integration with editors, but it's made in a
way that is compatible with previous setups.

This includes a flag for the file name, I'm using `--stdin-display-name`
which matches what flake8 uses.

Closes #12.
@fsouza fsouza merged commit 2645f85 into master Aug 24, 2022
@fsouza fsouza deleted the support-stdin branch August 24, 2022 05:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add stdin and stdout options
1 participant