SwiftLint/Source/swiftlint/Commands
Danny Mösch 86e765c418
Deprecate the `--path` option in favor of the positional `paths` argument (#3952)
There is no real benefit for this option. Files and folders to lint/analyze
can be passed to `swiftlint` as last arguments. There cannot be multiple
`--path` arguments. If there is more than one only the last path is considered.
2022-06-14 23:10:28 +02:00
..
Analyze.swift Deprecate the `--path` option in favor of the positional `paths` argument (#3952) 2022-06-14 23:10:28 +02:00
Docs.swift Use URL(fileURLWithPath:isDirectory) to avoid file system call (#3976) 2022-05-26 21:54:23 +02:00
GenerateDocs.swift Use URL(fileURLWithPath:isDirectory) to avoid file system call (#3976) 2022-05-26 21:54:23 +02:00
Lint.swift Deprecate the `--path` option in favor of the positional `paths` argument (#3952) 2022-06-14 23:10:28 +02:00
Rules.swift Migrate from Commandant to swift-argument-parser 2020-12-14 15:51:04 -05:00
SwiftLint.swift Remove unused imports 2020-12-14 15:53:49 -05:00
Version.swift Migrate from Commandant to swift-argument-parser 2020-12-14 15:51:04 -05:00