Skip to content

Files

Latest commit

 

History

History
12 lines (7 loc) · 298 Bytes

struct-tag.md

File metadata and controls

12 lines (7 loc) · 298 Bytes

Pattern: Struct tag error

Issue: -

Description

Struct tags are not checked at compile time. This rule, checks and warns if it finds errors in common struct tags types like: asn1, default, json, protobuf, xml, yaml.

Further Reading