SwiftLint/Source/swiftlint/Commands
Vasiliy Kattouf 129a55fb74
Add ability to filter rules for `generate-docs` subcommand (#4195)
Added rules filtering options, like in the `rules` subcommand.

<img width="880" alt="generate-docs--help" src="https://user-images.githubusercontent.com/7829589/189372666-2f5aba62-57a1-49dc-9155-c60f9e085984.png">

To achieve reuse with `rules` subcommand:
- extracted filtering logic into `RulesFilter` (and write tests)
- extracted filtering command line parameters into `RulesFilterOptions: ParsableArguments`
2022-10-04 18:45:52 +00:00
..
Common Add ability to filter rules for `generate-docs` subcommand (#4195) 2022-10-04 18:45:52 +00:00
Analyze.swift Add `--progress` flag to lint and analyze commands (#4147) 2022-08-31 18:26:17 -04:00
Docs.swift Docker: Update to Swift 5.7 & Ubuntu Jammy (#4241) 2022-09-24 15:09:41 -04:00
GenerateDocs.swift Add ability to filter rules for `generate-docs` subcommand (#4195) 2022-10-04 18:45:52 +00:00
Lint.swift Add `--progress` flag to lint and analyze commands (#4147) 2022-08-31 18:26:17 -04:00
Rules.swift Add ability to filter rules for `generate-docs` subcommand (#4195) 2022-10-04 18:45:52 +00:00
SwiftLint.swift Replace incrementer dispatch queue with an actor (#4073) 2022-08-09 13:06:08 +00:00
Version.swift Docker: Update to Swift 5.7 & Ubuntu Jammy (#4241) 2022-09-24 15:09:41 -04:00