Skip to content

Commit

Permalink
Document that go tool is not supported (#3)
Browse files Browse the repository at this point in the history
  • Loading branch information
anuraaga authored Jan 10, 2025
1 parent 16dff11 commit ceebaad
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ linters-settings:
sections:
- standard
- default
- prefix(github.com/wasilibs/go-prettier)
- prefix(github.com/wasilibs/go-shellcheck)
gosec:
config:
G306: "0644"
Expand Down
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@ To avoid installation entirely, it can be convenient to use `go run`
$ go run github.com/wasilibs/go-shellcheck/cmd/shellcheck@latest *.sh
```

_Due to [potential build breakage](https://github.com/golang/go/issues/71192) unrelated to this project,
`go tool` is not supported._

Note that due to the sandboxing of the filesystem when using Wasm, currently only files that descend
from the current directory when executing the tool are accessible to it, i.e., `../sql/my.sh` or
`/separate/root/my.sh` will not be found.
Expand Down

0 comments on commit ceebaad

Please sign in to comment.