mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2026-03-16 17:54:07 +01:00
Add godot linter to harmonitze toplevel comments (#3650)
This commit is contained in:
@@ -28,7 +28,7 @@ type Perm struct {
|
||||
Updated int64 `json:"updated" xorm:"updated"`
|
||||
} // @name Perm
|
||||
|
||||
// TableName return database table name for xorm
|
||||
// TableName return database table name for xorm.
|
||||
func (Perm) TableName() string {
|
||||
return "perms"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user