Describe the bug
struct-tag produces warning for json inline tag struct-tag: unknown option 'inline' in JSON tag (revive)
To Reproduce
Steps to reproduce the behavior:
- add
type Beta struct {
Alpha `json:",inline"`
}
- Run revive with struct-tag rule enabled
Describe the bug
struct-tag produces warning for json inline tag
struct-tag: unknown option 'inline' in JSON tag (revive)To Reproduce
Steps to reproduce the behavior: