All Projects → kitasuke → Swiftconst

kitasuke / Swiftconst

Licence: mit
Find in Swift repeated strings that could be replaced by a constant using SwiftSyntax

Programming Languages

swift
15916 projects

swiftconst

Swift 5.1 Build Status codecov

Overview

Find in Swift repeated strings that could be replaced by a constant using SwiftSyntax.

This is highly inspired by goconst and Swift version of it.

Requirements

Swift 5.1+
Xcode 11.0+ beta

How to use

Installation

Run below command

$ make install
$ swiftconst help

Available Commands

help

Display general or command-specific help

run --path <path> --ignore <path,path...>

Display repeated strings

Examples

$ swiftconst run --ignore "/Users/kitasuke/SwiftConst/Tests/,/Users/kitasuke/SwiftConst/Package.swift"
other occurrence(s) of "error" found in: /Users/kitasuke/SwiftConst/main.swift:7:11
other occurrence(s) of "help" found in: /Users/kitasuke/SwiftConst/main.swift:18:19
other occurrence(s) of "error" found in: /Users/kitasuke/SwiftConst/main.swift:19:28
other occurrence(s) of "help" found in: /Users/kitasuke/SwiftConst/main.swift:21:19

TODOs

  • [ ] Recursive run in subfolders

Acknowledgements

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].