Skip to content

Commit 8c78ae7

Browse files
committed
Add an explanatory comment
1 parent 55e5250 commit 8c78ae7

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

build-scripts/generate_profile_remediations.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -388,6 +388,10 @@ def generate_hummingbird_rule_remediation(self, rule_id, refinements):
388388
return ""
389389
expanded_remediation = expand_variables(
390390
fix_el, refinements, self.variables)
391+
# For Hummingbird we intentionally don't add any warning if the
392+
# rule Hummingbird remediation is missing because we expect that
393+
# it will be normal that most of rules won't have any Hummingbird
394+
# remediation
391395
if expanded_remediation is None:
392396
return ""
393397
output = []

0 commit comments

Comments
 (0)