From fd769247a32965d3f90413c412d59239b501ff9d Mon Sep 17 00:00:00 2001 From: Arthur van de Vondervoort Date: Fri, 22 Dec 2023 10:29:06 +0100 Subject: [PATCH] Use same title as CompanialCop --- LinterCop.ruleset.json | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/LinterCop.ruleset.json b/LinterCop.ruleset.json index 2039f601..f7a85014 100644 --- a/LinterCop.ruleset.json +++ b/LinterCop.ruleset.json @@ -220,7 +220,7 @@ { "id": "LC0044", "action": "Warning", - "justification": "TransferFields consistency between records." + "justification": "Tables coupled with TransferFields must have matching fields." }, { "id": "LC0045", diff --git a/README.md b/README.md index 4460894d..1b2eef36 100644 --- a/README.md +++ b/README.md @@ -85,7 +85,7 @@ Further note that you should have BcContainerHelper version 2.0.16 (or newer) in |[LC0041](https://github.com/StefanMaron/BusinessCentral.LinterCop/wiki/LC0041)|Empty Captions should be `Locked`.|Info| |[LC0042](https://github.com/StefanMaron/BusinessCentral.LinterCop/wiki/LC0042)|`AutoCalcFields` should only be used for FlowFields or Blob fields.|Warning| |[LC0043](https://github.com/StefanMaron/BusinessCentral.LinterCop/wiki/LC0043)|Use `SecretText` type to protect credentials and sensitive textual values from being revealed.|Info| -|[LC0044](https://github.com/StefanMaron/BusinessCentral.LinterCop/wiki/LC0044)|TransferFields consistency between records.|Warning| +|[LC0044](https://github.com/StefanMaron/BusinessCentral.LinterCop/wiki/LC0044)|Tables coupled with `TransferFields` must have matching fields.|Warning| |[LC0045](https://github.com/StefanMaron/BusinessCentral.LinterCop/wiki/LC0045)|Zero (0) `Enum` value should be reserved for Empty Value.|Info| |[LC0046](https://github.com/StefanMaron/BusinessCentral.LinterCop/wiki/LC0046)|`Label` with suffix Tok must be locked.|Info| |[LC0047](https://github.com/StefanMaron/BusinessCentral.LinterCop/wiki/LC0047)|Locked `Label` must have a suffix Tok.|Info|