1
0
mirror of https://github.com/mgechev/revive.git synced 2025-10-30 23:37:49 +02:00

doc: update description of struct-tag rule (#1262)

This commit is contained in:
chavacava
2025-03-06 22:38:54 +01:00
committed by GitHub
parent c940fa671b
commit 54ea25b718

View File

@@ -865,7 +865,7 @@ _Configuration_: N/A
## struct-tag
_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.
This rule spots errors in struct tags of the following types: asn1, bson, datastore, default, json, mapstructure, protobuf, required, toml, url, validate, xml, yaml.
_Configuration_: (optional) list of user defined options.