File tree Expand file tree Collapse file tree 2 files changed +2
-5
lines changed
deployments/ansible/molecule/custom_vars Expand file tree Collapse file tree 2 files changed +2
-5
lines changed Original file line number Diff line number Diff line change 106
106
assert :
107
107
that :
108
108
- collector_imagepath.value.endswith(splunk_otel_collector_command_line_args)
109
- when :
110
- - splunk_otel_collector_command_line_args is defined
111
- - splunk_otel_collector_command_line_args != ''
Original file line number Diff line number Diff line change @@ -37,8 +37,8 @@ vetall:
37
37
lint :
38
38
@echo ' Linting LINUX code'
39
39
CGO_ENABLED=0 GOGC=40 golangci-lint run --allow-parallel-runners --timeout 10m -j$(NUM_CORES )
40
- @echo ' Linting WINDOWS code'
41
- GOOS=windows CGO_ENABLED=0 GOGC=40 golangci-lint run --allow-parallel-runners --timeout 15m -j$(NUM_CORES )
40
+ # @echo 'Linting WINDOWS code'
41
+ # GOOS=windows CGO_ENABLED=0 GOGC=40 golangci-lint run --allow-parallel-runners --timeout 15m -j$(NUM_CORES)
42
42
43
43
.PHONY : fmt
44
44
fmt :
You can’t perform that action at this time.
0 commit comments