Z113: AUTHOR_KEY_COLLISION¶
-
Severity: Error
Penalty: 0.0 points | Category:
general -
Remediation & Opt-In
Auto-Fixable: No | Opt-In: No
Rationale¶
This rule is emitted when a blog author key is declared more than once across configuration files, causing an ambiguity collision in author attribution mapping.
How to Fix¶
Ensure every blog author has a unique key in author configuration files.
Bad (Triggers Z113)¶
Duplicate author identifier pythonwoods defined in multiple author files.
Good (Resolves Z113)¶
Use unique author keys across all author configuration declarations.
Reference¶
See the Finding Codes Index for finding code details.