Skip to content

Commit 0b3338a

Browse files
Do not validate license YAML inside index valdiate
Signed-off-by: Ayan Sinha Mahapatra <[email protected]>
1 parent 4b2b723 commit 0b3338a

File tree

5 files changed

+673
-11
lines changed

5 files changed

+673
-11
lines changed

etc/scripts/licenses/buildrules.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,7 @@ def cli(licenses_file):
213213
rl = models.BasicRule(text=rdata.text, **rdata.data)
214214
skinny_rules.append(rl)
215215

216-
models.validate_rules(skinny_rules, licenses_by_key, with_text=True)
216+
models.validate_rules(skinny_rules, licenses_by_key, with_text=True, thorough=True)
217217

218218
print()
219219
for rule in skinny_rules:

0 commit comments

Comments
 (0)