Skip to content

Commit

Permalink
feat: update RULES.md and CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
thatRichman committed Dec 12, 2024
1 parent b75df21 commit f2506be
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions wdl-lint/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## Added

* Added a `ShellCheck` rule ([#264](https://github.com/stjude-rust-labs/wdl/pull/264)).
* Added a `RedundantInputAssignment` rule ([#244](https://github.com/stjude-rust-labs/wdl/pull/244)).

## Changed
Expand Down
1 change: 1 addition & 0 deletions wdl-lint/RULES.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ be out of sync with released packages.
| `RuntimeSectionKeys` | Completeness, Deprecated | Ensures that runtime sections have the appropriate keys. |
| `RedundantInputAssignment` | Style | Ensures that redundant input assignments are shortened |
| `SectionOrdering` | Sorting, Style | Ensures that sections within tasks and workflows are sorted. |
| `ShellCheck` | Correctness, Portability |Ensures that command sections are free of [shellcheck](https://www.shellcheck.net) diagnostics |
| `SnakeCase` | Clarity, Naming, Style | Ensures that tasks, workflows, and variables are defined with snake_case names. |
| `Todo` | Completeness | Ensures that `TODO` statements are flagged for followup. |
| `TrailingComma` | Style | Ensures that lists and objects in meta have a trailing comma. |
Expand Down

0 comments on commit f2506be

Please sign in to comment.