Skip to content

Commit 90ae2b1

Browse files
authored
Merge pull request #594 from SimplyDanny/add-swiftlint
Add SwiftLint to list of users
2 parents fb3f6e2 + 98d4979 commit 90ae2b1

File tree

1 file changed

+17
-15
lines changed

1 file changed

+17
-15
lines changed

Examples/README.md

Lines changed: 17 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -5,32 +5,34 @@
55

66
## Some Example Usages
77

8-
[**Swift AST Explorer**](https://swift-ast-explorer.com/): a Swift AST visualizer.
8+
[**BartyCrouch**](https://github.com/Flinesoft/BartyCrouch): A tool to incrementally update strings files to help with localization.
99

10-
[**swift-format**](https://github.com/apple/swift-format): formatting technology for Swift source code.
10+
[**Hatch**](https://github.com/sdidla/Hatch): Provides a simple, extensible parser to obtain a hierarchical list of symbols.
1111

12-
[**Swift Stress Tester**](https://github.com/apple/swift-stress-tester): a test driver for sourcekitd and Swift evolution.
12+
[**Muter**](https://github.com/muter-mutation-testing/muter): Automated mutation testing for Swift.
1313

14-
[**SwiftSemantics**](https://github.com/SwiftDocOrg/SwiftSemantics): parses Swift code into its constituent declarations.
14+
[**Pecker**](https://github.com/woshiccm/Pecker): A tool to detect unused code.
1515

16-
[**Sitrep**](https://github.com/twostraws/Sitrep): A source code analyzer for Swift projects
16+
[**Periphery**](https://github.com/peripheryapp/periphery): A tool to detect unused code.
1717

18-
[**SwiftRewriter**](https://github.com/inamiy/SwiftRewriter): a Swift code formatter.
18+
[**Piranha**](https://github.com/uber/piranha): A tool for refactoring code related to feature flags.
1919

20-
[**SwiftPack**](https://github.com/omochi/SwiftPack): a tool for automatically embedding Swift library source.
20+
[**Sitrep**](https://github.com/twostraws/Sitrep): A source code analyzer for Swift projects.
2121

22-
[**Periphery**](https://github.com/peripheryapp/periphery): a tool to detect unused code.
22+
[**STAR**](https://github.com/thumbtack/star): A tool to find how often specified Swift type(s) are used in a project.
2323

24-
[**BartyCrouch**](https://github.com/Flinesoft/BartyCrouch): a tool to incrementally update strings files to help App localization.
24+
[**Swift AST Explorer**](https://swift-ast-explorer.com/): A Swift AST visualizer.
2525

26-
[**Muter**](https://github.com/muter-mutation-testing/muter): Automated mutation testing for Swift
26+
[**Swift Stress Tester**](https://github.com/apple/swift-stress-tester): A test driver for `sourcekitd` and Swift evolution.
2727

28-
[**Swift Variable Injector**](https://github.com/LucianoPAlmeida/variable-injector): a tool to replace string literals with environment variables values.
28+
[**Swift Variable Injector**](https://github.com/LucianoPAlmeida/variable-injector): A tool to replace string literals with the values of environment variables.
2929

30-
[**Pecker**](https://github.com/woshiccm/Pecker): a tool to detect unused code based on [SwiftSyntax](https://github.com/apple/swift-syntax.git) and [IndexStoreDB](https://github.com/apple/indexstore-db.git).
30+
[**swift-format**](https://github.com/apple/swift-format): Formatting technology for Swift source code.
3131

32-
[**Piranha**](https://github.com/uber/piranha): a tool for refactoring code related to feature flags.
32+
[**SwiftLint**](https://github.com/realm/SwiftLint): A tool to enforce Swift style and conventions.
3333

34-
[**STAR**](https://github.com/thumbtack/star): a tool to find how often specified Swift type(s) are used in a project.
34+
[**SwiftPack**](https://github.com/omochi/SwiftPack): A tool for automatically embedding Swift library source.
3535

36-
[**Hatch**](https://github.com/sdidla/Hatch): Provides a simple, extensible parser to obtain a hierarchical list of symbols
36+
[**SwiftRewriter**](https://github.com/inamiy/SwiftRewriter): A Swift code formatter.
37+
38+
[**SwiftSemantics**](https://github.com/SwiftDocOrg/SwiftSemantics): Parses Swift code into its constituent declarations.

0 commit comments

Comments
 (0)