Skip to content

Comments

[pull] main from SwanHubX:main#149

Merged
pull[bot] merged 1 commit intoxj63:mainfrom
SwanHubX:main
Dec 10, 2025
Merged

[pull] main from SwanHubX:main#149
pull[bot] merged 1 commit intoxj63:mainfrom
SwanHubX:main

Conversation

@pull
Copy link

@pull pull bot commented Dec 10, 2025

See Commits and Changes for more details.


Created by pull[bot] (v2.0.0-alpha.4)

Can you help keep this open source service alive? 💖 Please sponsor : )

* Remove VSCode config and documentation files

Deleted all files in the .vscode directory and several documentation markdown files. This cleans up editor-specific settings and outdated or unnecessary documentation from the repository.

* Add linter directives and project dictionary

Added a custom dictionary for the word 'noctx' in the project settings. Suppressed 'noctx' and 'revive' linter warnings in core.go and api.go, respectively, to address linter feedback and document intentional code decisions.

* Add comments for future context and linter exceptions

Added explanatory comments regarding future use of context in core.go and clarified nolint:revive usage in api.go and parse.go, indicating that package naming will not be changed for now.

* Update comments and dictionary entries for clarity

Added 'cunyue' to the project dictionary and updated inline comments in Go files to use proper comment syntax for clarity and consistency.

* Remove nolint directive from api package declaration

Deleted the 'nolint:revive' comment from the package declaration in api.go, allowing standard linting checks to apply.

* Remove unused api.go and update parse.go package comment

Deleted the core/internal/api/api.go file as it is no longer needed. Also updated the package comment in parse.go to remove the nolint directive.

* Add API package and update linter config

Introduces a new api.go file for the SwanLab API, updates the .golangci.yml to configure revive linter for 'API' variable naming, and adds a nolint directive in parse.go to suppress revive warnings for the package name.

* Remove unused comment and fix package declaration

Cleaned up the package declaration by removing the nolint directive and an extraneous 'revive' line in parse.go.

* Update revive linter rules in golangci config

Removes the custom var-naming rule for 'API' in the revive linter and adds a new exclusion for var-naming warnings in the internal/api directory.
@pull pull bot locked and limited conversation to collaborators Dec 10, 2025
@pull pull bot added the ⤵️ pull label Dec 10, 2025
@pull pull bot merged commit fb8493b into xj63:main Dec 10, 2025
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant