mirror of
https://github.com/zhigang1992/GitHawk.git
synced 2026-05-01 05:21:44 +08:00
21 lines
315 B
YAML
21 lines
315 B
YAML
disabled_rules:
|
|
- function_parameter_count
|
|
- line_length
|
|
- identifier_name
|
|
- type_name
|
|
- function_body_length
|
|
- type_body_length
|
|
- force_try
|
|
- force_cast
|
|
- trailing_whitespace
|
|
|
|
included:
|
|
- Classes
|
|
- FreetimeTests
|
|
excluded:
|
|
- Pods
|
|
- Local Pods
|
|
- Playgrounds
|
|
- Sample
|
|
|
|
reporter: "xcode" |