mirror of
https://github.com/realm/SwiftLint.git
synced 2026-06-06 20:18:40 +00:00
6 lines
96 B
YAML
6 lines
96 B
YAML
custom_rules:
|
|
no_abcd:
|
|
name: "Don't use abcd"
|
|
regex: 'abcd'
|
|
disabled_rules:
|
|
- no_abc |