Lucas Löffel
Lucas Löffel
> Well I would expect to have lookahead regexp instead of not_regexp. > > Would it be possible? this is not possible because golang do not support lookaheads
yeah but i would prefer `not_regex` which is pretty clear instead of a third party lib with complex lookaheads - wdyt @ccoVeille
`not_regex` is now available in the v2.3.0-beta.2 release Please test it and let me know if there are any issues ❤️ thanks to @RobinIrmer The upcoming v2.3.0 blog post: https://ls-lint.org/blog/announcements/v2.3.0.html...
There was an issue with `v2.3.0-beta.2` - `v2.3.0-beta.3` is the correct version. sorry for any inconveniences
> Had time to test it finally on `v2.3.0-beta.3` and it is working as expected! great! maybe i will change the syntax a bit from not_regex:[a-z]+ to regex:![a-z]+ to keep...
`v2.3.0` is finally here: https://ls-lint.org/blog/announcements/v2.3.0.html
thank you for the report @sdford ❤️ I will check this
`v2.3.0` is finally here: https://ls-lint.org/blog/announcements/v2.3.0.html
PRs are welcome
Hey @alexandear, i do snake_case for directories. The primary build tool of this project is [Bazel](https://bazel.build). You can use `go build -o` but you should use `bazel build //cmd/ls_lint:ls-lint` for...