Check if custom class match custom module by custom_module_rule config.
| key | description |
|---|---|
custom_module_rule | Custom module rule configs. |
You can configure custom_module rule by CustomModuleConfig list.
| key | description |
|---|---|
module | Module name. |
included | Path to *.swift classes of the module for custom_module lint. |
excluded | Path to ignore for *.swift classes of the module for custom_module lint. |
enabled_rules:
- relative_to_margindisabled_rules:
- custom_class_nameexcluded:
- Carthagecustom_module_rule:
- module: UIComponentsincluded:
- UIComponents/Classesexcluded:
- UIComponents/Classes/Config/Generated