F
Frank Meulblok
Guest
I'll echo the opinion that it's the developers that should get the option to control if breaking a strict rule is a warning or an error condition, for reasons that others already mentioned above. Further, you may want to enforce some options more strictly than others, so being able to set this per option would be nice. Something like "require-full-names:E , require-field-qualifiers:W require-full-keywords:E" -> E = error, W = warning, similar to how log entry types allow overriding logging level for that specific type.
Continue reading...
Continue reading...