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
feat(lint): emit suggestions for named_struct_fields lint (#11982)
* feat(lint): enhance named struct fields lint with suggestions for auto-fix
- Updated the `NamedStructFields` lint to emit suggestions for initializing structs with named fields.
- Updated test data to reflect the new suggestion format in lint messages.
* fix: warn without suggestion if missing struct/arg name
* fix: field_name
Co-authored-by: onbjerg <[email protected]>
* fix: previous suggestion, arg/field swap
- fmt
- fix missing ')'
---------
Co-authored-by: onbjerg <[email protected]>
0 commit comments