Skip to content

Commit

Permalink
feat(#19): valid puzzles
Browse files Browse the repository at this point in the history
  • Loading branch information
h1alexbel committed Nov 27, 2024
1 parent a314268 commit 6e2b5fb
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Not Empty Atoms

@todo #19:35min Document motives for `not-empty-atoms` lint.
Currently, we don't have a test case for this `not-empty-atoms` lint.
We should create a new test case, and then document a motive for this lint.
Currently, we don't have a test case for this `not-empty-atoms` lint.
We should create a new test case, and then document a motive for this lint.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Same Line Names

@todo #19:35min Document motives for `same-line-names` lint.
Currently, we don't have a test case for this `same-line-names` lint.
We should create a new test case, and then document a motive for this lint.
Currently, we don't have a test case for this `same-line-names` lint.
We should create a new test case, and then document a motive for this lint.
6 changes: 3 additions & 3 deletions src/main/resources/org/eolang/motives/errors/empty-object.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
Objects without any attributes: neither void nor attached are prohibited.

@todo #19:35min Document motives and examples for `empty-object` lint.
Currently, we don't have a test case for this `empty-object` lint.
We should create a new test case, and then document a motive with examples
for this lint.
Currently, we don't have a test case for this `empty-object` lint.
We should create a new test case, and then document a motive with examples
for this lint.

0 comments on commit 6e2b5fb

Please sign in to comment.