Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Give Cylc Lint it's own chunk of changelog #6149

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 0 additions & 3 deletions changes.d/5873.feat.md

This file was deleted.

2 changes: 2 additions & 0 deletions changes.d/5873.lint.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
Allow use of `#noqa: S001` comments to skip checks for a single line.
Stop `cylc lint` objecting to `%include <file>` syntax.
1 change: 0 additions & 1 deletion changes.d/5879.feat.md

This file was deleted.

1 change: 1 addition & 0 deletions changes.d/5879.lint.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Warns of use of old templated items such as `%(suite)s`
1 change: 0 additions & 1 deletion changes.d/5956.break.md

This file was deleted.

1 change: 1 addition & 0 deletions changes.d/5956.lint.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Deprecated `[cylc-lint]` section in favour of `[tool.cylc.lint]` in `pyproject.toml`
4 changes: 4 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,7 @@ showcontent = true
directory = "fix"
name = "🔧 Fixes"
showcontent = true
[[tool.towncrier.type]]
directory = "lint"
name = "✅ Lint"
showcontent = true
Loading