You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A version of cpplint is available in the Python package repositories that identifies issues with the spotfire package. Since we attempt to keep all lint issues out of the source code (either by fixing the issue identified or by disabling that message with a localized comment), this is indicative of a new check in this new version of cpplint.
Please investigate these issues, and either fix the source or disable the check with a comment. Further checks by this automation will be held until this issue is closed. Make sure that the fix updates the cpplint requirement in pyproject.toml (the lint key of the project.optional-dependencies section) to the version identified here (2.0.0).
For reference, here is the output of this version of cpplint:
A version of
cpplint
is available in the Python package repositories that identifies issues with thespotfire
package. Since we attempt to keep all lint issues out of the source code (either by fixing the issue identified or by disabling that message with a localized comment), this is indicative of a new check in this new version ofcpplint
.Please investigate these issues, and either fix the source or disable the check with a comment. Further checks by this automation will be held until this issue is closed. Make sure that the fix updates the
cpplint
requirement inpyproject.toml
(thelint
key of theproject.optional-dependencies
section) to the version identified here (2.0.0).For reference, here is the output of this version of
cpplint
:This issue was automatically opened by the
pylint.yaml
workflow.The text was updated successfully, but these errors were encountered: