This module implements the style checker.
Templates
template checkPragmaUse(conf: ConfigRef; info: TLineInfo; w: TSpecialWord; pragmaName: string)
- Source Edit
template styleCheckDef(ctx: PContext; info: TLineInfo; s: PSym)
- Check symbol definitions adhere to NEP1 style rules. Source Edit
template styleCheckDef(ctx: PContext; info: TLineInfo; sym: PSym; k: TSymKind)
- Check symbol definitions adhere to NEP1 style rules. Source Edit
template styleCheckDef(ctx: PContext; s: PSym)
- Check symbol definitions adhere to NEP1 style rules. Source Edit