-
Notifications
You must be signed in to change notification settings - Fork 711
docs: Fix warning and treat them as errors #666
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
docs: Fix warning and treat them as errors #666
Conversation
Hey @ocelotl, any reason for the changes you force-pushed? (https://github.com/open-telemetry/opentelemetry-python/compare/b48140334138f92f2b9c9c837a1d6573e9c0e361..3d343c50c04410f53fb4817eeba270149e250f60) It seems to me we are using a single tab to wrap those lines: https://github.com/open-telemetry/opentelemetry-python/blob/master/opentelemetry-sdk/src/opentelemetry/sdk/trace/__init__.py |
Hey @mauriciovasquezbernal ! Yes, I force pushed this PR because it needed a few updates, it had conflicts and such. Funny thing, I tried to use 4 spaces and got an error when running |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, thanks @mauriciovasquezbernal!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
The CI is not able to catch many documentation problems because we are ignoring warnings. This commit fixes most of the warnings, ignores the rest and enables a flag to treat them as errors.
The CI is not able to catch many documentation problems because we are ignoring warnings. This commit fixes most of the warnings, ignores the rest and enables a flag to treat them as errors. Co-authored-by: Diego Hurtado <[email protected]>
The CI is not able to catch many documentation problems because we are ignoring warnings. This commit fixes most of the warnings, ignores the rest and enables a flag to treat them as errors. Co-authored-by: Diego Hurtado <[email protected]>
* feat: add express plugin open-telemetry#666 * feat: set http.route attribute on http server span if possible * feat: add config to ignore express layers * chore: add documentation about express layer store
The CI is not able to catch many documentation problems because we are ignoring
warnings. This commit fixes most of the warnings, ignores the rest and enables
a flag to treat them as errors.