Skip to content

Merge pull request #5 from Dup4/feat-support-typst #34

Merge pull request #5 from Dup4/feat-support-typst

Merge pull request #5 from Dup4/feat-support-typst #34

Triggered via push December 9, 2023 01:52
Status Success
Total duration 36s
Artifacts
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention
Fit to window
Zoom out
Zoom in

Annotations

11 warnings
analysis
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
analysis: biz/dal/init.go#L8
exported function Init should have comment or be unexported
analysis: swagger/docs.go#L1
package comment should be of the form "Package swagger ..."
analysis: biz/dal/mysql/init.go#L12
exported var DB should have comment or be unexported
analysis: biz/dal/mysql/init.go#L14
exported function Init should have comment or be unexported
analysis: biz/dal/mysql/init.go#L17
don't use underscores in Go names; var mysql_hostname should be mysqlHostname
analysis: biz/dal/mysql/init.go#L18
don't use underscores in Go names; var mysql_port should be mysqlPort
analysis: biz/dal/mysql/init.go#L19
don't use underscores in Go names; var mysql_username should be mysqlUsername
analysis: biz/dal/mysql/init.go#L20
don't use underscores in Go names; var mysql_password should be mysqlPassword
analysis: hertz_client/domprinter_service/hertz_client.go#L28
comment on exported type ResponseResultDecider should be of the form "ResponseResultDecider ..." (with optional leading article)
analysis: biz/dal/mysql/init.go#L21
don't use underscores in Go names; var mysql_schema should be mysqlSchema