Skip to content

Commit

Permalink
Update cylc/flow/scripts/lint.py
Browse files Browse the repository at this point in the history
Co-authored-by: Hilary James Oliver <[email protected]>
  • Loading branch information
wxtim and hjoliver authored Nov 26, 2024
1 parent 80dee8f commit b1f2925
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cylc/flow/scripts/lint.py
Original file line number Diff line number Diff line change
Expand Up @@ -620,7 +620,7 @@ def list_wrapper(line: str, check: Callable) -> Optional[Dict[str, str]]:
},
'S015': {
'short': (
'`=>` is a line continuation without `\\`.'
'`=>` implies line continuation without `\\`.'
),
FUNCTION: re.compile(r'=>\s*\\').findall
},
Expand Down

0 comments on commit b1f2925

Please sign in to comment.