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
chore(golangci): update golangci-lint configuration to version 2 and enable formatters for gofmt and goimports
fix(tests): change file permission mode from octal 0644 to 0o644 for consistency with Go 1.19+ syntax
fix(config): change file permission mode from octal 0600 to 0o600 for consistency with Go 1.19+ syntax
refactor(help): rename variable max to maxLen for better clarity in maxCommandNameLen function
chore(ui): remove unused error formatting variable errFmt from ui.go
chore(webhooks): remove unused line from webhooks.go
chore(binary_test): clean up temporary directory after running tests in TestMain
fix(client): replace nil with http.NoBody in NewRequestWithContext for clarity
style(client_test): simplify deferred body closing in tests for better readability
chore(config): change file permission mode from octal 0755 to 0o755 for consistency with Go 1.19+ syntax
0 commit comments