Skip to content

Commit

Permalink
DO105 - not fixable in new format (#3941)
Browse files Browse the repository at this point in the history
* DO validations new format fixes

* revert DO106

* make is_auto_fixable false
  • Loading branch information
GuyAfik authored Jan 11, 2024
1 parent 6158ee6 commit f845b44
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,7 @@ class DockerImageIsNotDeprecatedValidator(BaseValidator[ContentTypes]):
description = "Validate that the given content item uses a docker image that is not deprecated"
error_message = "The {0} docker image is deprecated, {1}"
related_field = "Docker image"
fix_message = "deprecated docker image {0} has been updated to {1}"
is_auto_fixable = True
is_auto_fixable = False
deprecated_dockers_to_reasons: ClassVar[
Dict[str, str]
] = {} # map between deprecated docker to the reason its deprecated
Expand Down

0 comments on commit f845b44

Please sign in to comment.