Skip to content

Commit

Permalink
Apply suggestions from code review
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 committed Nov 25, 2024
1 parent 9b8989e commit 80dee8f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion changes.d/6459.feat.md
Original file line number Diff line number Diff line change
@@ -1 +1 @@
`cylc lint` now checks for unecessary continuation characters in graph section.
`cylc lint` now checks for unnecessary continuation characters in the graph section.
2 changes: 1 addition & 1 deletion cylc/flow/scripts/lint.py
Original file line number Diff line number Diff line change
Expand Up @@ -793,7 +793,7 @@ def list_wrapper(line: str, check: Callable) -> Optional[Dict[str, str]]:
},
'U017': {
'short': (
'`&` and `|` are line continuations without `\\`'
'`&` and `|` imply line continuation without `\\`'
),
FUNCTION: re.compile(r'[&|]\s*\\').findall
},
Expand Down

0 comments on commit 80dee8f

Please sign in to comment.