We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b342f09 commit d189ebbCopy full SHA for d189ebb
jote/jote.py
@@ -55,7 +55,7 @@ def _lint(definition_filename: str) -> bool:
55
found_errors: bool = False
56
for error in errors:
57
if not found_errors:
58
- print(f'! Job definition "{definition_file}" fails yamllint: -')
+ print(f'! Job definition "{definition_file}" fails yamllint:')
59
found_errors = True
60
print(error)
61
if found_errors:
0 commit comments