diff options
author | EuAndreh <eu@euandre.org> | 2022-01-21 00:40:28 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2022-02-19 16:33:23 -0300 |
commit | e6ac7e8bf6b27e6f752b1b8cee08057d9e57c0b3 (patch) | |
tree | 7d1de5973ebc202e69ae077d481c130bf1934c1e /tests/lint-resources/out-of-order-sections | |
parent | aux/workflow/assert-todos.sh: Remove ad-hoc TODOs.md linting rules (diff) | |
download | td-e6ac7e8bf6b27e6f752b1b8cee08057d9e57c0b3.tar.gz td-e6ac7e8bf6b27e6f752b1b8cee08057d9e57c0b3.tar.xz |
tests/linting.sh: Add initial setup for testing lint checks
Diffstat (limited to 'tests/lint-resources/out-of-order-sections')
-rw-r--r-- | tests/lint-resources/out-of-order-sections/TODOs.md | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/tests/lint-resources/out-of-order-sections/TODOs.md b/tests/lint-resources/out-of-order-sections/TODOs.md new file mode 100644 index 0000000..4c8be72 --- /dev/null +++ b/tests/lint-resources/out-of-order-sections/TODOs.md @@ -0,0 +1,16 @@ +# Tasks + +## TODO A task {#td-c001e2be-5178-4588-a592-0bd1e417b04a} +- TODO in 1970-01-01 + + +# Improvements + +## TODO An improvement {#td-d8ab4286-73f8-4407-b4af-b49240725958} +- TODO in 1970-01-01 + + +# Bugs +## TODO A bug {#td-5c6cfc09-5c36-44a0-8352-f2292081eb9d} +- TODO in 1970-01-01 + |