python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Run Gazelle in dry-run or warn mode
Context
Is there a way to have gazelle run in dry-run mode?
I'd like to create a CI job that runs gazelle with dry-run and fails if gazelle finds any changes.
Something like this
$ bazel run //:gazell...
GGhe
Votes: 0
Answers: 1
How to run Gazelle on list of directories
Context
I have a list of directories
- libs
- lib1
- lib2
- lib3
...
- bin
- WORKSPACE
- BUILD.bazel
...
And I'd like to run gazelle on a subset of these directories that I've whitelisted.
I ...
GGhe
Votes: 0
Answers: 1
How to use Bazel platform transitions in a Go Gazelle project
I have a (pure) Go project set up using Gazelle. It has a main binary, its cmd/main/BUILD generated by Gazelle looks like this:
load("@io_bazel_rules_go//go:def.bzl", "go_binary", ...
joni
Votes: 0
Answers: 1
undefined: gomock.AssignableToTypeOf
I'm getting this error: undefined: gomock.AssignableToTypeOf
It is occurring while using function gomock.AssignableToTypeOf of package github.com/golang/mock"
This starts occurring when I have Up...
Gagan Kalra
Votes: 0
Answers: 0