File tree 3 files changed +4
-6
lines changed
checkers/discover/custom_analyzer_stub
3 files changed +4
-6
lines changed Original file line number Diff line number Diff line change 65
65
66
66
test-builtin-rules :
67
67
echo " Testing built-in rules..."
68
- ./bin/globstar test -d checkers/
68
+ ./bin/globstar test -d checkers
69
69
70
70
testall : test-builtin-rules test
Original file line number Diff line number Diff line change @@ -2,8 +2,6 @@ module globstar.dev/customanalyzer
2
2
3
3
go 1.23.4
4
4
5
- require globstar.dev v0.3 .0
5
+ require globstar.dev v0.4 .0
6
6
7
7
require github.com/smacker/go-tree-sitter v0.0.0-20240827094217-dd81d9e9be82 // indirect
8
-
9
- replace globstar.dev => /Users/sourya/deepsource/globstar
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ github.com/smacker/go-tree-sitter v0.0.0-20240827094217-dd81d9e9be82 h1:6C8qej6f
6
6
github.com/smacker/go-tree-sitter v0.0.0-20240827094217-dd81d9e9be82/go.mod h1:xe4pgH49k4SsmkQq5OT8abwhWmnzkhpgnXeekbx2efw=
7
7
github.com/stretchr/testify v1.10.0 h1:Xv5erBjTwe/5IxqUQTdXv5kgmIvbHo3QQyRwhJsOfJA=
8
8
github.com/stretchr/testify v1.10.0/go.mod h1:r2ic/lqez/lEtzL7wO/rwa5dbSLXVDPFyf8C91i36aY=
9
- globstar.dev v0.3 .0 h1:lRoJlPbSOiYvHMzt4/gIGypkgI+FU0kQqRx9V2vipPs =
10
- globstar.dev v0.3 .0/go.mod h1:DVC2P/tyIwUhrP3mYhwjQpJ1eyurAhN7npF1/5X7WFY=
9
+ globstar.dev v0.4 .0 h1:I6gqiN4pe1UQRmDk6gRXgX/OAWK5QTsaqKfZWfi7Ohs =
10
+ globstar.dev v0.4 .0/go.mod h1:DVC2P/tyIwUhrP3mYhwjQpJ1eyurAhN7npF1/5X7WFY=
11
11
gopkg.in/yaml.v3 v3.0.1 h1:fxVm/GzAzEWqLHuvctI91KS9hhNmmWOoWu0XTYJS7CA=
12
12
gopkg.in/yaml.v3 v3.0.1/go.mod h1:K4uyk7z7BCEPqu6E+C64Yfv1cQ7kz7rIZviUmN+EgEM=
You can’t perform that action at this time.
0 commit comments