-
Notifications
You must be signed in to change notification settings - Fork 22
/
.xiblint.json
21 lines (21 loc) · 1.12 KB
/
.xiblint.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
{
"rules": ["accessibility_labels_for_image_buttons", "accessibility_labels_for_images", "accessibility_labels_for_text_with_placeholder", "autolayout_frames", "accessibility_format", "automation_identifiers", "automation_identifiers_for_outlet_labels", "no_simulated_metrics", "no_trait_variations", "no_view_controller_links_to_other_bundles", "simulated_metrics_retina4_0"],
"paths": {
"Pods": {
"rules": []
},
"InaccessibleFeature": {
"excluded_rules": [
"accessibility_*"
]
},
"Modules": {
"rules": ["accessibility_labels_for_image_buttons", "accessibility_labels_for_images", "accessibility_labels_for_text_with_placeholder", "autolayout_frames", "accessibility_format", "automation_identifiers", "automation_identifiers_for_outlet_labels", "no_simulated_metrics", "no_trait_variations", "no_view_controller_links_to_other_bundles", "simulated_metrics_retina4_0"],
"rules_config": {
"some_rule": {
"some_rule_specific_option": true
}
}
}
}
}