We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I want to adjust some of the pep257 behavior in our project. In ros2 there seem to be some ignored styles configured here: https://github.com/ament/ament_lint/blob/rolling/ament_pep257/ament_pep257/main.py#L43
From the official pep257/pydocstyle documentaton, there should be an option to use an additional configuration file: https://pep257.readthedocs.io/en/1.0.0/usage.html#configuration-files
I tried placing these in my ros workspace but they do not seem to be recoginized. Is there a way to do this?
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
I want to adjust some of the pep257 behavior in our project. In ros2 there seem to be some ignored styles configured here: https://github.com/ament/ament_lint/blob/rolling/ament_pep257/ament_pep257/main.py#L43
From the official pep257/pydocstyle documentaton, there should be an option to use an additional configuration file: https://pep257.readthedocs.io/en/1.0.0/usage.html#configuration-files
I tried placing these in my ros workspace but they do not seem to be recoginized. Is there a way to do this?
The text was updated successfully, but these errors were encountered: