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

Document cylc lint #480

Merged
merged 4 commits into from
Jul 27, 2022
Merged
Changes from 1 commit
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
13 changes: 13 additions & 0 deletions src/7-to-8/major-changes/config-changes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,12 @@ The old configurations are now deprecated, but still supported.
These will be highlighted upon ``cylc validate`` after renaming ``suite.rc``
to ``flow.cylc``.

Because some workflows use includes which may not be switched on at
wxtim marked this conversation as resolved.
Show resolved Hide resolved
the time of the initial ``cylc validate`` we have also provided
a script, :ref:`cylc 728 <cylc_728_script>` to check for Cylc 7
syntax which may be deprecated.


There are some examples below of how to upgrade:

.. _7-to-8.graph_syntax:
Expand Down Expand Up @@ -57,3 +63,10 @@ use Platforms.

For a comprehensive list of valid configuration, see: :ref:`workflow-configuration`
and :ref:`global-configuration`.

.. _cylc_728_script:

``cylc 728``
------------

.. automodule:: cylc.flow.scripts.lint