From c0775bd893da7c285592cf1a963530b830ec660d Mon Sep 17 00:00:00 2001 From: Zephyr <12817816+ZephyrTFA@users.noreply.github.com> Date: Thu, 15 Jun 2023 13:26:15 -0400 Subject: [PATCH] Ban overriding heat_capacity from maps (#75758) You shouldn't be doing this. --- tools/maplint/lints/heat_capacity.yaml | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 tools/maplint/lints/heat_capacity.yaml diff --git a/tools/maplint/lints/heat_capacity.yaml b/tools/maplint/lints/heat_capacity.yaml new file mode 100644 index 00000000000..336f915ac41 --- /dev/null +++ b/tools/maplint/lints/heat_capacity.yaml @@ -0,0 +1,4 @@ +help: "Do not override heat_capacity, you must use a custom subtype." +/turf: + banned_variables: + - heat_capacity