From 2d7ea81fad736fffd46ded535b30c35b1d9ce483 Mon Sep 17 00:00:00 2001 From: Richard Liang Date: Tue, 9 Sep 2025 13:26:21 -0700 Subject: [PATCH] Tweaked our yamllint config. --- .yamllint.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.yamllint.yml b/.yamllint.yml index 6cc6588..e715e26 100644 --- a/.yamllint.yml +++ b/.yamllint.yml @@ -1,9 +1,10 @@ +extends: default + ignore: - .git/* - .venv/* - src/hla_algorithm/default_data/hla_standards.yaml - -extends: default + - src/hla_algorithm/default_data/bblab_config/bblab_hla_standards.yaml rules: truthy: