-
Notifications
You must be signed in to change notification settings - Fork 94
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
Cylc lint fixes #5363
Cylc lint fixes #5363
Conversation
- Modified original Regex to test for _any_ letter being lowercase - Added regex for FAMILY:trigger-all and trigger-any
Check tick boxes in #4917 on merge. |
Thanks for spotting the issues with those regexes @MetRonnie |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I've checked this out and manually tested the change. Fixes all the documented bugs.
Thanks @wxtim.
I'm not seeing any new commits. Still need to push changes? |
Co-authored-by: Ronnie Dutta <[email protected]>
Nope - still need to avoid pushing changes which over-ride the comments I enacted using github. :( |
This was open against master but on 8.1.2 milestone, I have updated the base branch to 8.1.x |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just codecov upload failing
…lc into fix_localhost_platform_matching * 'fix_localhost_platform_matching' of github.com:wxtim/cylc: Fix a bug preventing `cylc vip --workflow-name=foo` from working. (cylc#5349) fix no rose vars in cylc view (cylc#5367) Cylc lint fixes (cylc#5363) data store: support unsatisfied ext_trigger fix mypy fail caused by python/mypy#13969
A ticket combining a number of small fixes for Cylc lint:
Closes:
rose host-select
#5362 - With style check warn user thatplatform = $(some script)
is still possible, but platform logic means that it's probably not a great idea. Additionally with 728 check warns that ``host=`some script` ` will break at Cylc 8.FAMILY:trigger-all
andtrigger-any
.Check List
CONTRIBUTING.md
and added my name as a Code Contributor.setup.cfg
andconda-environment.yml
.CHANGES.md
entry included if this is a change that can affect users?.?.x
branch.