lint: ingnore the staticfile dir

This commit is contained in:
WestleyR
2021-09-07 21:23:06 -07:00
parent 4edc16953e
commit 85f5f335c5
3 changed files with 2 additions and 4 deletions

View File

@@ -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))