feat: support typst #27
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#L18
don't use underscores in Go names; var mysql_port should be mysqlPort
|
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#L20
don't use underscores in Go names; var mysql_password should be mysqlPassword
|
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#L12
exported var DB should have comment or be unexported
|
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#L14
exported function Init should have comment or be unexported
|
analysis:
hertz_client/domprinter_service/domprinter_service.go#L33
func parameter hostUrl should be hostURL
|