Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
MahdiBM authored Jul 24, 2024
1 parent e112ec5 commit 1908836
Showing 1 changed file with 4 additions and 8 deletions.
12 changes: 4 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,14 +34,10 @@ It's rather simple.

`EnumeratorMacro` will:

* Remove empty lines from the final generated code, to get rid of possible excessive empty lines.
* Search for the `testRemovesExcessiveTrivia()` test for an example.
* Remove last trailing comma in a case switch, which is an error. For easier templating.
* Search for the `testRemovesLastErroneousCommaInCaseSwitch()` test for an example.
* Automatically applies Swift Syntax's `FixIt`s if the `FixIt`s are not known to cause problems.
* Search for the `testAppliesFixIts()` test for an example.
* Emit helpful diagnostics whenever possible.
* See the [Error Handling](#error-handling) section for more info.
* [Remove empty lines from the final generated code](https://github.com/search?q=repo:MahdiBM/enumerator-macro+%22func+testRemovesExcessiveTrivia()%22&type=code), to get rid of possible excessive empty lines.
* [Remove last trailing comma in a case switch](https://github.com/search?q=repo:MahdiBM/enumerator-macro+%22func+testRemovesLastErroneousCommaInCaseSwitch()%22&type=code), which is an error. For easier templating.
* [Automatically applies Swift Syntax's `FixIt`s](https://github.com/search?q=repo:MahdiBM/enumerator-macro+%22func+testAppliesFixIts()%22&type=code) if the `FixIt`s are not known to cause problems.
* [Emit helpful diagnostics](#error-handling) whenever possible.

</details>

Expand Down

0 comments on commit 1908836

Please sign in to comment.