You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Expose position information for key rule parts (#34)
* Expose raw yaml.Node for certain rule fields
* Only expose line+column
* Implement custom inlining
* Include Search nodes even in config files
Parse the Rule's 'related' keyword as slice of maps (#28)
* Parse the Rule's 'related' keyword as slice of maps
Rules with related keyword fail to parse currently. This should fix it.
* Use struct type for related rules
Co-authored-by: Bradley Kemp <bradley@bradleyjkemp.dev>