❯ cd terraform
❯ ls
BUGPROCESS.md checkpoint.go experiments.go LICENSE README.md telemetry.go website
build.Dockerfile CODEOWNERS go.mod main.go scripts testing working_dir.go
BUILDING.md commands.go go.sum main_test.go signal_unix.go tools
catalog-info.yaml Dockerfile help.go Makefile signal_windows.go version
CHANGELOG.md docs internal provider_source.go staticcheck.conf version.go
❯ hermes -input . > codemap.json
panic: read internal/getproviders/testdata/search-local-directory/symlinks/real/example.net: is a directory
goroutine 1 [running]:
main.main()
/home/kei/Projects/hermes/cmd/hermes/main.go:30 +0x3c8
Seems to be a problem with symlinks, probably needs an exclusion in cmd/main.go or internal/analyzer.go IsDir()
Seems to be a problem with symlinks, probably needs an exclusion in cmd/main.go or internal/analyzer.go IsDir()