mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2024-11-08 18:04:14 +01:00
linting
This commit is contained in:
parent
3a6dfadcd0
commit
b99d66b530
1 changed files with 7 additions and 6 deletions
|
@ -45,11 +45,6 @@ package "code.gitea.io/gitea/models/dbfs"
|
||||||
|
|
||||||
package "code.gitea.io/gitea/models/forgefed"
|
package "code.gitea.io/gitea/models/forgefed"
|
||||||
func GetFederationHost
|
func GetFederationHost
|
||||||
func GetItemByType
|
|
||||||
func JSONUnmarshalerFn
|
|
||||||
func NotEmpty
|
|
||||||
func ToRepository
|
|
||||||
func OnRepository
|
|
||||||
|
|
||||||
package "code.gitea.io/gitea/models/forgejo/semver"
|
package "code.gitea.io/gitea/models/forgejo/semver"
|
||||||
func GetVersion
|
func GetVersion
|
||||||
|
@ -169,6 +164,13 @@ package "code.gitea.io/gitea/modules/emoji"
|
||||||
package "code.gitea.io/gitea/modules/eventsource"
|
package "code.gitea.io/gitea/modules/eventsource"
|
||||||
func (*Event).String
|
func (*Event).String
|
||||||
|
|
||||||
|
package "code.gitea.io/gitea/modules/forgefed"
|
||||||
|
func GetItemByType
|
||||||
|
func JSONUnmarshalerFn
|
||||||
|
func NotEmpty
|
||||||
|
func ToRepository
|
||||||
|
func OnRepository
|
||||||
|
|
||||||
package "code.gitea.io/gitea/modules/git"
|
package "code.gitea.io/gitea/modules/git"
|
||||||
func AllowLFSFiltersArgs
|
func AllowLFSFiltersArgs
|
||||||
func AddChanges
|
func AddChanges
|
||||||
|
@ -308,7 +310,6 @@ package "code.gitea.io/gitea/modules/validation"
|
||||||
func IsValidFollowingRepoURL
|
func IsValidFollowingRepoURL
|
||||||
func IsValidFollowingRepoURLList
|
func IsValidFollowingRepoURLList
|
||||||
func IsOfValidLength
|
func IsOfValidLength
|
||||||
func ValidateSuffix
|
|
||||||
|
|
||||||
package "code.gitea.io/gitea/modules/web"
|
package "code.gitea.io/gitea/modules/web"
|
||||||
func RouteMock
|
func RouteMock
|
||||||
|
|
Loading…
Reference in a new issue