Skip to content

Commit

Permalink
cr
Browse files Browse the repository at this point in the history
  • Loading branch information
RosenbergYehuda committed Apr 3, 2024
1 parent cefeb00 commit dbc746a
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@

from demisto_sdk.commands.common.constants import GitStatuses
from demisto_sdk.commands.content_graph.objects.script import Script
from demisto_sdk.commands.content_graph.parsers.related_files import RelatedFileType
from demisto_sdk.commands.validate.tools import compare_lists
from demisto_sdk.commands.validate.validators.base_validator import (
BaseValidator,
Expand All @@ -25,7 +24,6 @@ class HaveTheArgsChangedValidator(BaseValidator[ContentTypes]):
related_field = "args.name"
is_auto_fixable = False
expected_git_statuses = [GitStatuses.MODIFIED]
related_file_type = [RelatedFileType.YML]

def is_valid(self, content_items: Iterable[ContentTypes]) -> List[ValidationResult]:
results: List[ValidationResult] = []
Expand Down

0 comments on commit dbc746a

Please sign in to comment.