Commit 06d832d
committed
docs(contributing): cite the dylint rules that enforce naming sections
`Generic Parameter Naming` and `Variable and Closure Parameter
Naming` describe rules that `perfectionist` enforces in full. Add
the same "enforced by `perfectionist::<rule>`" footnote that
`Module Organization` and `Derive Macro Ordering` already carry.
The textual guidance and worked examples stay; readers and AI
agents now have the breadcrumb to the configured rule and its
relevant `dylint.toml` knobs (`short_impl_max_lines`,
`allowed_idents`, `extra_trivial_callback_methods`).
https://claude.ai/code/session_01CoRidYHvni9nKNgxMPXmfQ1 parent e87eca5 commit 06d832d
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
88 | 88 | | |
89 | 89 | | |
90 | 90 | | |
91 | | - | |
| 91 | + | |
92 | 92 | | |
93 | 93 | | |
94 | 94 | | |
95 | | - | |
| 95 | + | |
96 | 96 | | |
97 | 97 | | |
98 | 98 | | |
| |||
0 commit comments