From 887850569d9a2dda551a26486ef3f9d6f301722c Mon Sep 17 00:00:00 2001 From: Ronnie Dutta <61982285+MetRonnie@users.noreply.github.com> Date: Thu, 16 May 2024 12:38:43 +0100 Subject: [PATCH] Fix changelog fragment formatting --- changes.d/5873.feat.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/changes.d/5873.feat.md b/changes.d/5873.feat.md index 0b718922607..1f21646918e 100644 --- a/changes.d/5873.feat.md +++ b/changes.d/5873.feat.md @@ -1,3 +1,3 @@ -- Allow use of `#noqa: S001` comments to skip Cylc lint - checks for a single line. -- Stop Cylc lint objecting to `%include ` syntax. \ No newline at end of file +`cylc lint` improvements: +- Allow use of `#noqa: S001` comments to skip checks for a single line. +- Stop `cylc lint` objecting to `%include ` syntax.