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
When running pylint against output of
pylint
jtd-codegen --python-out ./python/typedef RFC8927.json
there are PEP-8 and python style exceptions returned by pylint. Examples:
I realize some of these are unavoidable. However, if the output was a little cleaner it would make running GitHub Actions for testing (e.g. https://github.com/Senzing/g2-sdk-json-type-definition/blob/cc055ff2640c6ee76283bc66714fa8ce238fc99d/.github/workflows/pylint.yaml) a little nicer.
Thank you for your consideration of this.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
When running
pylint
against output ofjtd-codegen --python-out ./python/typedef RFC8927.json
there are PEP-8 and python style exceptions returned by
pylint
. Examples:I realize some of these are unavoidable. However, if the output was a little cleaner it would make running GitHub Actions for testing (e.g. https://github.com/Senzing/g2-sdk-json-type-definition/blob/cc055ff2640c6ee76283bc66714fa8ce238fc99d/.github/workflows/pylint.yaml) a little nicer.
Thank you for your consideration of this.
The text was updated successfully, but these errors were encountered: