SwiftLint
SwiftLint copied to clipboard
Modify: includePaths support star path, matching star path.
add .//Test to the excluded configuration section. included field can support eg: //*Test, /Test, /*Test, /Demo//Tm//mo.
| 1 Warning | |
|---|---|
| :warning: | If this is a user-facing change, please include a CHANGELOG entry to credit yourself! You can find it at CHANGELOG.md. |
| 12 Messages | |
|---|---|
| :book: | Linting Aerial with this PR took 1.13s vs 1.12s on master (0% slower) |
| :book: | Linting Alamofire with this PR took 1.37s vs 1.37s on master (0% slower) |
| :book: | Linting Firefox with this PR took 5.96s vs 5.97s on master (0% faster) |
| :book: | Linting Kickstarter with this PR took 33.33s vs 33.15s on master (0% slower) |
| :book: | Linting Moya with this PR took 0.67s vs 0.66s on master (1% slower) |
| :book: | Linting Nimble with this PR took 0.59s vs 0.59s on master (0% slower) |
| :book: | Linting Quick with this PR took 0.29s vs 0.28s on master (3% slower) |
| :book: | Linting Realm with this PR took 12.73s vs 12.47s on master (2% slower) |
| :book: | Linting SourceKitten with this PR took 0.48s vs 0.48s on master (0% slower) |
| :book: | Linting Sourcery with this PR took 2.18s vs 2.19s on master (0% faster) |
| :book: | Linting Swift with this PR took 4.08s vs 4.08s on master (0% slower) |
| :book: | Linting WordPress with this PR took 10.07s vs 10.05s on master (0% slower) |
Here's an example of your CHANGELOG entry:
* feat: includePaths support star path, matching star path..
[fengsh998](https://github.com/fengsh998)
[#issue_number](https://github.com/realm/SwiftLint/issues/issue_number)
note: There are two invisible spaces after the entry's text.
Generated by :no_entry_sign: Danger
path : /Example//Test//frwork ** represent any path dirs, Test : represent begin start any string, include Test key word, end any string. not matching Test frwork: matching begin fr ,include any string and end work.