You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Yes, I've searched similar issues on GitHub and didn't find any.
Yes, I've included all information below (version, config, etc).
woke misses a significant amount of matches in the current version due to it now being case sensitive. I believe the change from (?i)(%s) to (%s) in 2812f30 is to blame.
$ cat blah.txt
MASTER-SLAVE
$ ./woke blah.txt
No findings found.
Please include the following information:
Version of woke
$ go run main.go --versionwoke version main (it's v0.10.1)
Config file
Default
Go environment
$ go version && go envgo version go1.16.5 darwin/amd64GO111MODULE=""GOARCH="amd64"GOBIN=""GOCACHE="/Users/nkrichevsky/Library/Caches/go-build"GOENV="/Users/nkrichevsky/Library/Application Support/go/env"GOEXE=""GOFLAGS=""GOHOSTARCH="amd64"GOHOSTOS="darwin"GOINSECURE=""GOMODCACHE="/Users/nkrichevsky/go/pkg/mod"GONOPROXY=""GONOSUMDB=""GOOS="darwin"GOPATH="/Users/nkrichevsky/go"GOPRIVATE=""GOPROXY="https://proxy.golang.org,direct"GOROOT="/usr/local/Cellar/go/1.16.5/libexec"GOSUMDB="sum.golang.org"GOTMPDIR=""GOTOOLDIR="/usr/local/Cellar/go/1.16.5/libexec/pkg/tool/darwin_amd64"GOVCS=""GOVERSION="go1.16.5"GCCGO="gccgo"AR="ar"CC="clang"CXX="clang++"CGO_ENABLED="1"GOMOD="/dev/null"CGO_CFLAGS="-g -O2"CGO_CPPFLAGS=""CGO_CXXFLAGS="-g -O2"CGO_FFLAGS="-g -O2"CGO_LDFLAGS="-g -O2"PKG_CONFIG="pkg-config"GOGCCFLAGS="-fPIC -arch x86_64 -m64 -pthread -fno-caret-diagnostics -Qunused-arguments -fmessage-length=0 -fdebug-prefix-map=/var/folders/gj/6g23qq697ddc5mx6ry8ypdy80000gp/T/go-build2259988605=/tmp/go-build -gno-record-gcc-switches -fno-common"
Verbose output of running
./woke --debug blah.txt2021-07-21T13:14:30-04:00 DBG woke version main built from 000000 on today2021-07-21T13:14:30-04:00 DBG rules enabled rules=["whitelist","blacklist","master-slave","slave","grandfathered","man-hours","sanity","dummy","guys","whitebox","blackbox"]2021-07-21T13:14:30-04:00 DBG adding ignorefile file=.gitignore2021-07-21T13:14:30-04:00 DBG adding ignorefile file=.wokeignore2021-07-21T13:14:30-04:00 DBG adding ignorefile file=.git/info/exclude2021-07-21T13:14:30-04:00 DBG finished compiling ignores durationMS=1.5449472021-07-21T13:14:30-04:00 DBG created new printer printer=text2021-07-21T13:14:30-04:00 DBG process files path=blah.txt type=parallel2021-07-21T13:14:30-04:00 DBG finished processing findings durationMS=0.14475 file=blah.txtNo findings found.2021-07-21T13:14:30-04:00 DBG woke completed durationMS=2.35715
The text was updated successfully, but these errors were encountered:
Thank you for creating the issue!
woke
misses a significant amount of matches in the current version due to it now being case sensitive. I believe the change from(?i)(%s)
to(%s)
in 2812f30 is to blame.Please include the following information:
Version of woke
Config file
Default
Go environment
Verbose output of running
The text was updated successfully, but these errors were encountered: