Skip to content

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

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

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

Triggered via push December 9, 2023 00:38
Status Success
Total duration 36s
Artifacts
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: swagger/docs.go#L1
package comment should be of the form "Package swagger ..."
analysis: biz/dal/init.go#L8
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#L19
don't use underscores in Go names; var mysql_username should be mysqlUsername
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#L21
don't use underscores in Go names; var mysql_schema should be mysqlSchema
analysis: biz/dal/mysql/init.go#L20
don't use underscores in Go names; var mysql_password should be mysqlPassword
analysis: biz/dal/mysql/init.go#L14
exported function Init should have comment or be unexported
analysis: biz/dal/mysql/init.go#L12
exported var DB should have comment or be unexported
analysis: hertz_client/domprinter_service/domprinter_service.go#L3
don't use an underscore in package name