Development share icon #18
Annotations
10 errors and 1 warning
pkg/util/util.go#L375
string `.pub` has 3 occurrences, make it a constant (goconst)
|
pkg/dataprovider/mysql.go#L130
string FOREIGN KEY (`user_id`) REFERENCES `{{users}}` (`id`) ON DELETE CASCADE; has 3 occurrences, make it a constant (goconst)
|
pkg/httpd/server.go#L1371
string `/{type}/{ipornet}` has 6 occurrences, make it a constant (goconst)
|
pkg/httpd/server.go#L1299
string `/{username}` has 13 occurrences, make it a constant (goconst)
|
pkg/httpd/server.go#L1369
string `/{type}` has 5 occurrences, make it a constant (goconst)
|
pkg/httpd/server.go#L1249
string `/{id}` has 16 occurrences, make it a constant (goconst)
|
pkg/httpd/server.go#L1304
string `/{name}` has 31 occurrences, make it a constant (goconst)
|
pkg/httpd/middleware.go#L57
string `?next=` has 4 occurrences, make it a constant (goconst)
|
pkg/httpd/internal_test.go#L1269
string `?a=a%C3%AO%GG` has 4 occurrences, make it a constant (goconst)
|
pkg/httpd/internal_test.go#L1176
string `pwd` has 3 occurrences, make it a constant (goconst)
|
|
The logs for this run have expired and are no longer available.
Loading