Add support for uploading to Arweave #363
Annotations
11 warnings
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-go@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Run Revive Action by pulling pre-built image:
caddy/pmtiles_proxy.go#L1
should have a package comment
|
Run Revive Action by pulling pre-built image:
caddy/pmtiles_proxy.go#L17
a blank import should be only in a main or test package, or have a comment justifying it
|
Run Revive Action by pulling pre-built image:
caddy/pmtiles_proxy.go#L58
exported method Middleware.Validate should have comment or be unexported
|
Run Revive Action by pulling pre-built image:
caddy/pmtiles_proxy.go#L45
exported method Middleware.Provision should have comment or be unexported
|
Run Revive Action by pulling pre-built image:
main.go#L1
should have a package comment
|
Run Revive Action by pulling pre-built image:
pmtiles/directory.go#L15
exported const UnknownCompression should have comment (or a comment on this block) or be unexported
|
Run Revive Action by pulling pre-built image:
pmtiles/bitmap.go#L1
should have a package comment
|
Run Revive Action by pulling pre-built image:
pmtiles/upload.go#L101
parameter 'logger' seems to be unused, consider removing or renaming it as _
|
Run Revive Action by pulling pre-built image:
pmtiles/directory.go#L26
exported const UnknownTileType should have comment (or a comment on this block) or be unexported
|
Run Revive Action by pulling pre-built image:
pmtiles/upload.go#L22
var parsedUri should be parsedURI
|
Loading