lint: ingnore the staticfile dir
This commit is contained in:
@@ -98,7 +98,6 @@ func getResource(path string) ([]byte, error) {
|
||||
//
|
||||
// Return the available resources in a slice.
|
||||
//
|
||||
//nolint:unused,deadcode
|
||||
func getResources() []EmbeddedResource {
|
||||
i := 0
|
||||
ret := make([]EmbeddedResource, len(RESOURCES))
|
||||
|
||||
Reference in New Issue
Block a user