@@ -4,7 +4,7 @@ This table documents all implemented `wdl` rules (validation failures and lint
4
4
warnings) implemented on the ` main ` branch of the ` stjude-rust-labs/wdl `
5
5
repository. Note that the information may be out of sync with released packages.
6
6
7
- # Validation Failures
7
+ ## Validation Failures
8
8
9
9
| Name | Code | Package |
10
10
| :---------------------------| :-----------| :----------------------------------------|
@@ -13,23 +13,23 @@ repository. Note that the information may be out of sync with released packages.
13
13
| ` duplicate_runtime_keys ` | ` v1::E003 ` | [ ` wdl-grammar ` ] [ wdl-grammar-validation ] |
14
14
| ` missing_literal_commas ` | ` v1::E004 ` | [ ` wdl-grammar ` ] [ wdl-grammar-validation ] |
15
15
16
- # Lint Warnings
16
+ ## Lint Warnings
17
17
18
- | Name | Code | Group | Package |
19
- | :--------------------------| :-----------| :-------------| :-----------------------------------|
20
- | ` whitespace ` | ` v1::W001 ` | Style | [ ` wdl-grammar ` ] [ wdl-grammar-lints ] |
21
- | ` no_curly_commands ` | ` v1::W002 ` | Pedantic | [ ` wdl-grammar ` ] [ wdl-grammar-lints ] |
22
- | ` matching_parameter_meta ` | ` v1::W003 ` | Completeness | [ ` wdl-ast ` ] [ wdl-ast-lints ] |
23
- | ` mixed_indentation ` | ` v1::W004 ` | Style | [ ` wdl-grammar ` ] [ wdl-grammar-lints ] |
24
- | ` missing_runtime_block ` | ` v1::W005 ` | Completeness | [ ` wdl-grammar ` ] [ wdl-grammar-lints ] |
25
- | ` snake_case ` | ` v1::W006 ` | Naming | [ ` wdl-grammar ` ] [ wdl-grammar-lints ] |
26
- | ` newline_eof ` | ` v1::W007 ` | Spacing | [ ` wdl-grammar ` ] [ wdl-grammar-lints ] |
27
- | ` document_preamble ` | ` v1::W009 ` | Spacing | [ ` wdl-grammar ` ] [ wdl-grammar-lints ] |
28
- | ` preamble_comment ` | ` v1::W010 ` | Style | [ ` wdl-grammar ` ] [ wdl-grammar-lints ] |
29
- | ` one_empty_line ` | ` v1::W011 ` | Spacing | [ ` wdl-grammar ` ] [ wdl-grammar-lints ] |
30
- | ` double_quotes ` | ` v1::W012 ` | Naming | [ ` wdl-grammar ` ] [ wdl-grammar-lints ] |
18
+ | Name | Code | Tags | Package |
19
+ | :--------------------------| :-----------| :-------------------------- | :-----------------------------------|
20
+ | ` whitespace ` | ` v1::W001 ` | Spacing, Style | [ ` wdl-grammar ` ] [ wdl-grammar-lints ] |
21
+ | ` no_curly_commands ` | ` v1::W002 ` | Clarity | [ ` wdl-grammar ` ] [ wdl-grammar-lints ] |
22
+ | ` matching_parameter_meta ` | ` v1::W003 ` | Completeness | [ ` wdl-ast ` ] [ wdl-ast-lints ] |
23
+ | ` mixed_indentation ` | ` v1::W004 ` | Spacing, Style, Clarity | [ ` wdl-grammar ` ] [ wdl-grammar-lints ] |
24
+ | ` missing_runtime_block ` | ` v1::W005 ` | Completeness, Portability | [ ` wdl-grammar ` ] [ wdl-grammar-lints ] |
25
+ | ` snake_case ` | ` v1::W006 ` | Naming, Style, Clarity | [ ` wdl-grammar ` ] [ wdl-grammar-lints ] |
26
+ | ` newline_eof ` | ` v1::W007 ` | Spacing, Style | [ ` wdl-grammar ` ] [ wdl-grammar-lints ] |
27
+ | ` document_preamble ` | ` v1::W009 ` | Spacing, Style | [ ` wdl-grammar ` ] [ wdl-grammar-lints ] |
28
+ | ` preamble_comment ` | ` v1::W010 ` | Style | [ ` wdl-grammar ` ] [ wdl-grammar-lints ] |
29
+ | ` one_empty_line ` | ` v1::W011 ` | Spacing, Style | [ ` wdl-grammar ` ] [ wdl-grammar-lints ] |
30
+ | ` double_quotes ` | ` v1::W012 ` | Style, Clarity | [ ` wdl-grammar ` ] [ wdl-grammar-lints ] |
31
31
32
32
[ wdl-ast-lints ] : https://docs.rs/wdl-ast/latest/wdl_ast/v1/index.html#lint-rules
33
33
[ wdl-ast-validation ] : https://docs.rs/wdl-ast/latest/wdl_ast/v1/index.html#validation-rules
34
34
[ wdl-grammar-lints ] : https://docs.rs/wdl-grammar/latest/wdl_grammar/v1/index.html#lint-rules
35
- [ wdl-grammar-validation ] : https://docs.rs/wdl-grammar/latest/wdl_grammar/v1/index.html#validation-rules
35
+ [ wdl-grammar-validation ] : https://docs.rs/wdl-grammar/latest/wdl_grammar/v1/index.html#validation-rules
0 commit comments