From 3ceacb823dd541823885f775d4862e95f596927e Mon Sep 17 00:00:00 2001 From: cpauvert Date: Tue, 27 Jun 2023 21:02:48 +0200 Subject: [PATCH] configuration file for the linkml-lint --- .linkmllint.yaml | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .linkmllint.yaml diff --git a/.linkmllint.yaml b/.linkmllint.yaml new file mode 100644 index 0000000..cb5dcdb --- /dev/null +++ b/.linkmllint.yaml @@ -0,0 +1,5 @@ +# Use all of the recommended rule and adjusts the standard_naming rule +extends: recommended +rules: + standard_naming: + permissible_values_upper_case: true