7 lines
167 B
TOML
7 lines
167 B
TOML
disabled = [
|
|
# I think enforcing this can often produce
|
|
# code that is harder to read.
|
|
"manual_inherit_from"
|
|
# Does not improve readability
|
|
"repeated_keys"
|
|
] |