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
Sometimes it easier to make changes to the hub definitions manually vs fixing the underlying tap. In this case sometimes the hub update code reverts the manual changes. We should have a way to tell the code to not update that attribute even if it has changes.
Similar to a # noqa comment for linting we could add a comment to the yaml to flag manual overrides.
The text was updated successfully, but these errors were encountered:
pnadolny13
changed the title
Add no auto update comment
Add no auto update comment for overriding
Sep 5, 2023
Ruamel supports preserving comments but we clobber them when we retrieve the settings from the about output. We should instead iterate the output and update only settings that don't have the ignore comment included for now.
Sometimes it easier to make changes to the hub definitions manually vs fixing the underlying tap. In this case sometimes the hub update code reverts the manual changes. We should have a way to tell the code to not update that attribute even if it has changes.
Similar to a
# noqa
comment for linting we could add a comment to the yaml to flag manual overrides.The text was updated successfully, but these errors were encountered: