Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
  • Loading branch information
wxtim authored Jan 15, 2025
1 parent 0fb9e00 commit 058c2c0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cylc/flow/resources.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
'syntax/cylc.xml': 'Kate syntax highlighting.',
'cylc-completion.bash': 'Bash auto-completion for Cylc commands.',
'cylc': 'Cylc wrapper script.',
'!syntax/cylc.vim': 'Deprecated - use https://github.com/cylc/cylc.vim',
'!syntax/cylc.vim': 'Obsolete- use https://github.com/cylc/cylc.vim',
}
API_KEY = 'api-key'

Expand Down
2 changes: 1 addition & 1 deletion tests/unit/test_resources.py
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ def test_backup(tmp_path, caplog):


def test_vim_deprecated():
"""It fails, returning a warning if user asks for deprecated syntax file
"""It fails, returning a warning if user asks for obsolete syntax file
"""
output = run(
['cylc', 'get-resources', 'syntax/cylc.vim'],
Expand Down

0 comments on commit 058c2c0

Please sign in to comment.