Add resource vendoring #13310
Draft
Add resource vendoring #13310
Annotations
11 errors
|
Run staticcheck:
common/hugo/hugo_test.go#L29
cannot use conf (variable of type testConfig) as ConfigProvider value in argument to NewInfo: testConfig does not implement ConfigProvider (missing method Vendor)
|
Run staticcheck:
common/hugo/hugo_test.go#L48
cannot use testConfig{…} (value of type testConfig) as ConfigProvider value in argument to NewInfo: testConfig does not implement ConfigProvider (missing method Vendor)
|
Run staticcheck:
common/hugo/hugo_test.go#L76
cannot use conf (variable of type testConfig) as ConfigProvider value in argument to NewInfo: testConfig does not implement ConfigProvider (missing method Vendor) (compile)
|
Run staticcheck:
resources/page/page_matcher_test.go#L29
cannot use testConfig{…} (value of type testConfig) as hugo.ConfigProvider value in argument to hugo.NewInfo: testConfig does not implement hugo.ConfigProvider (missing method Vendor)
|
Run staticcheck:
resources/page/page_matcher_test.go#L30
cannot use testConfig{…} (value of type testConfig) as hugo.ConfigProvider value in argument to hugo.NewInfo: testConfig does not implement hugo.ConfigProvider (missing method Vendor) (compile)
|
Run staticcheck:
resources/page/pages.go#L35
func Pages.shuffle is unused (U1000)
|
Run staticcheck:
resources/page/pagination.go#L126
func (*Pager).page is unused (U1000)
|
Run staticcheck:
resources/page/pagination.go#L320
func probablyEqualPageLists is unused (U1000)
|
Run staticcheck:
resources/resource_cache.go#L100
func (*ResourceCache).getFilenames is unused (U1000)
|
Run staticcheck:
resources/resource_cache.go#L107
func (*ResourceCache).getFromFile is unused (U1000)
|
Loading