-
Notifications
You must be signed in to change notification settings - Fork 4
/
.pecker.yml
31 lines (22 loc) · 833 Bytes
/
.pecker.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
reporter: "xcode"
disabled_rules:
- skip_public
included: # paths to include during detecting. `--path` is ignored if present.
- ./
excluded: # paths to ignore during detecting. Takes precedence over `included`.
- Carthage
- Pods
- WeatherRxSwiftTests
- WeatherRxSwiftUITests
- WeatherRxSwift/Generated/SwiftGen
blacklist_files: # files to ignore during detecting, only need to add file name, the file extension default is swift.
- HomeViewController
- ViewController
blacklist_symbols: # symbols to ignore during detecting, contains class, struct, enum, etc.
- AppDelegate
- viewDidLoad
blacklist_superclass: # all the class inherit from class specified in the list will ignore
- UITableViewCell
output_file: "/Users/ming/Desktop/PeckerResultDirectory"
# // pecker:ignore
# // pecker:ignore all