warning[MalformedLintDirective]: lint directive `stop` is not recognized ┌─ tests/lints/malformed-lint-directive/source.wdl:7:4 │ 7 │ #@ stop: This should be flagged for using 'stop' instead of 'except' │ ^^^^ │ = fix: use any of the recognized lint directives: ["except"] warning[MalformedLintDirective]: expected exactly one space before lint directive ┌─ tests/lints/malformed-lint-directive/source.wdl:11:7 │ 11 │ #@except: this should be flagged for missing a space │ ^ expected a single space before this warning[MalformedLintDirective]: expected a colon to follow a lint directive ┌─ tests/lints/malformed-lint-directive/source.wdl:28:14 │ 28 │ #@ except this should be flagged for missing a colon │ ^ expected a colon here warning[MalformedLintDirective]: lint directive must be on its own line ┌─ tests/lints/malformed-lint-directive/source.wdl:33:15 │ 33 │ struct Baz { #@ except: this should be flagged for being inlined │ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ │ = fix: move the lint directive to its own line warning[MalformedLintDirective]: expected exactly one space before lint directive ┌─ tests/lints/malformed-lint-directive/source.wdl:48:7 │ 48 │ #@ except: this should be flagged for excessive whitespace │ ^^^^^ replace this whitespace with a single space warning[MalformedLintDirective]: lint directive not found ┌─ tests/lints/malformed-lint-directive/source.wdl:59:7 │ 59 │ #@ │ ^ missing lint directive