From 907e30c5d7abaff74260d1628ef7adc10b883a26 Mon Sep 17 00:00:00 2001 From: Leandro Doctors Date: Wed, 23 Oct 2024 15:43:10 +0200 Subject: [PATCH] enforce consistent aliases: `bs`, `fhir-spec`, `type` --- .clj-kondo/root/config.edn | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.clj-kondo/root/config.edn b/.clj-kondo/root/config.edn index 3fb1a8687..658e09d2f 100644 --- a/.clj-kondo/root/config.edn +++ b/.clj-kondo/root/config.edn @@ -60,6 +60,7 @@ {:aliases {blaze.anomaly ba blaze.async.comp ac + blaze.byte-string bs blaze.coll.spec cs blaze.db.api d blaze.db.kv kv @@ -69,7 +70,9 @@ blaze.elm.compiler.external-data ed blaze.elm.expression expr blaze.executors ex + blaze.fhir.spec fhir-spec blaze.fhir.spec.references fsr + blaze.fhir.spec.type type blaze.fhir.structure-definition-repo sdr blaze.job-scheduler js blaze.job.async-interaction job-async