Skip to content

Commit 35edf53

Browse files
authored
Merge pull request #2033 from ahoppen/ahoppen/prune-examples
Prune example projects that don’t use swift-syntax 508.0.0
2 parents 55f0b1d + 5af72d3 commit 35edf53

File tree

1 file changed

+0
-14
lines changed

1 file changed

+0
-14
lines changed

Examples/README.md

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -16,28 +16,14 @@ Furthermore, SwiftSyntax uses [`SwiftSyntaxBuilder`](../Sources/SwiftSyntaxBuild
1616

1717
[**Muter**](https://github.com/muter-mutation-testing/muter): Automated mutation testing for Swift.
1818

19-
[**Pecker**](https://github.com/woshiccm/Pecker): A tool to detect unused code.
20-
2119
[**Periphery**](https://github.com/peripheryapp/periphery): A tool to detect unused code.
2220

23-
[**Piranha**](https://github.com/uber/piranha): A tool for refactoring code related to feature flags.
24-
2521
[**Sitrep**](https://github.com/twostraws/Sitrep): A source code analyzer for Swift projects.
2622

27-
[**STAR**](https://github.com/thumbtack/star): A tool to find how often specified Swift type(s) are used in a project.
28-
2923
[**Swift AST Explorer**](https://swift-ast-explorer.com/): A Swift AST visualizer.
3024

3125
[**Swift Stress Tester**](https://github.com/apple/swift-stress-tester): A test driver for `sourcekitd` and Swift evolution.
3226

33-
[**Swift Variable Injector**](https://github.com/LucianoPAlmeida/variable-injector): A tool to replace string literals with the values of environment variables.
34-
3527
[**swift-format**](https://github.com/apple/swift-format): Formatting technology for Swift source code.
3628

3729
[**SwiftLint**](https://github.com/realm/SwiftLint): A tool to enforce Swift style and conventions.
38-
39-
[**SwiftPack**](https://github.com/omochi/SwiftPack): A tool for automatically embedding Swift library source.
40-
41-
[**SwiftRewriter**](https://github.com/inamiy/SwiftRewriter): A Swift code formatter.
42-
43-
[**SwiftSemantics**](https://github.com/SwiftDocOrg/SwiftSemantics): Parses Swift code into its constituent declarations.

0 commit comments

Comments
 (0)