From fd02a44392304986a756e7d06f8142538b386529 Mon Sep 17 00:00:00 2001 From: Chimrod <> Date: Thu, 2 Nov 2023 17:35:49 +0100 Subject: Added a new checkers for unecessary use of strig containing an escaped expression --- readme.md | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'readme.md') diff --git a/readme.md b/readme.md index c5b60ef..b125676 100644 --- a/readme.md +++ b/readme.md @@ -70,3 +70,9 @@ can easily spot when a string value is used instead of a numeric. By analysing the branchs, the application can spot the block where no `gt` instructions are given, which can lead to dead end in the code. +### Nested string + +The application will report text strings containing only one expression with a +`debug` message. + +For example `"<<$variable>>"` can be written directly: `$variable>`. -- cgit v1.2.3