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.