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
style: standardize multiline formatting for functions and assertions
- Add golines as an additional formatter to the linter configuration
- Refactor all multi-argument function signatures to use one-argument-per-line formatting
- Improve formatting in test assertions for clarity and consistency
- Refactor groupings of tokens in notification test cases for readability
- Standardize fmt.Sprintf calls to multi-line format where arguments are long
- Make function signatures consistent across files, enhancing code readability
Signed-off-by: appleboy <[email protected]>
0 commit comments