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 option to output with filename for each error. #118

Closed
wants to merge 1 commit into from

Conversation

gigi-minds-ai
Copy link

Add option to output with filename for each error to allow for easy recognition of the locations by editors.

@jsh9
Copy link
Owner

jsh9 commented Feb 7, 2024

Hi @gigi-minds-ai , thank you for this contribution. This is a good idea.

Due to some weird bug of Github, I cannot contribute to this PR/branch. I had to open another PR (#119) to implement my additional changes.

I renamed the config option to --show-filenames-in-every-violation-message (shortform: -sfn), because -h is often used to print out the helper information of a command, and --heading is not self explanatory.

You can use this command to do what you'd like:

pydoclint -sfn=True .

(The default value is False.)

@jsh9 jsh9 closed this Feb 7, 2024
@gigi-minds-ai
Copy link
Author

@jsh9 Thank you.

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.

2 participants