andygeiss/esp32-transpiler

View on GitHub
transpile/service.go

Summary

Maintainability
A
0 mins
Test Coverage

Method defaultService.Start has 5 return statements (exceeds 4 allowed).
Invalid

func (s *defaultService) Start() error {
    if s.in == nil {
        return fmt.Errorf("Error: %s", ErrorWorkerReaderIsNil)
    }
    if s.out == nil {
Severity: Major
Found in transpile/service.go - About 35 mins to fix

    There are no issues that match your filters.

    Category
    Status