Skip to content

Commit

Permalink
Merge pull request #5549 from wxtim/fix.sort_lint_listing--correct_nu…
Browse files Browse the repository at this point in the history
…mber_for_line_len

Ensure that lint codes are unique
  • Loading branch information
hjoliver authored Jun 12, 2023
2 parents bfc0df5 + 3fd2893 commit 1aa1af8
Show file tree
Hide file tree
Showing 5 changed files with 548 additions and 246 deletions.
18 changes: 18 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,27 @@ creating a new release entry be sure to copy & paste the span tag with the
updated. Only the first match gets replaced, so it's fine to leave the old
ones in. -->



-------------------------------------------------------------------------------
## __cylc-8.1.5 (<span actions:bind='release-date'>Upcoming</span>)__

### Enhancements

[#5549](https://github.com/cylc/cylc-flow/pull/5549) - A large number of
enhancements to ``cylc lint``:

* Fix Numbering of issues (n.b. Issue numbers should now be permenantly
unchanging, but will probably have changed, so old pyproject.toml files
may need updating).
* Check for Suicide triggers in .cylc files.
* Check for ``platform = $(rose host-select)``.
* Check for use of deprecated Cylc commands (and ``rose suite-hook``).
* Check for zero prefixed Jinja2 integers.
* __Only__ check for missing Jinja2 shebangs in ``flow.cylc`` and
``suite.rc`` files.

### Fixes
### Breaking Changes

[#5600](https://github.com/cylc/cylc-flow/pull/5600) -
Expand Down
Loading

0 comments on commit 1aa1af8

Please sign in to comment.