Merged in feature/lint (pull request #87)

Basic Lint Checks

* basic
This commit is contained in:
Michael McGuinness
2025-03-05 12:05:46 +00:00
parent 1232ed528f
commit 0815cb35fb
229 changed files with 487 additions and 193 deletions
+2 -1
View File
@@ -5,10 +5,11 @@ import (
"fmt"
"io"
"net/http"
"queryorchestration/internal/serviceconfig"
"testing"
"time"
"queryorchestration/internal/serviceconfig"
"github.com/docker/go-connections/nat"
"github.com/stretchr/testify/require"
"github.com/testcontainers/testcontainers-go"
+2 -1
View File
@@ -2,9 +2,10 @@ package test
import (
"context"
"queryorchestration/internal/serviceconfig"
"testing"
"queryorchestration/internal/serviceconfig"
"github.com/stretchr/testify/assert"
)
+2 -1
View File
@@ -5,10 +5,11 @@ import (
"context"
"fmt"
"log/slog"
"queryorchestration/internal/serviceconfig"
"strconv"
"testing"
"queryorchestration/internal/serviceconfig"
"github.com/docker/go-connections/nat"
"github.com/stretchr/testify/require"
"github.com/testcontainers/testcontainers-go"
+2 -1
View File
@@ -2,9 +2,10 @@ package test
import (
"context"
"queryorchestration/internal/serviceconfig"
"testing"
"queryorchestration/internal/serviceconfig"
"github.com/stretchr/testify/assert"
)
+3 -2
View File
@@ -3,11 +3,12 @@ package test
import (
"context"
"fmt"
"testing"
"time"
"queryorchestration/internal/database/migrations"
"queryorchestration/internal/serviceconfig"
"queryorchestration/internal/serviceconfig/database"
"testing"
"time"
"github.com/docker/go-connections/nat"
"github.com/stretchr/testify/require"
+2 -1
View File
@@ -4,9 +4,10 @@ import (
"context"
"os"
"path"
"testing"
"queryorchestration/internal/serviceconfig"
"queryorchestration/internal/test"
"testing"
"github.com/stretchr/testify/assert"
)
+2 -1
View File
@@ -2,10 +2,11 @@ package test
import (
"context"
"testing"
"queryorchestration/internal/serviceconfig"
"queryorchestration/internal/serviceconfig/aws"
"queryorchestration/internal/serviceconfig/database"
"testing"
"github.com/stretchr/testify/require"
"github.com/testcontainers/testcontainers-go"
+2 -1
View File
@@ -4,9 +4,10 @@ import (
"context"
"os"
"path"
"queryorchestration/internal/serviceconfig"
"testing"
"queryorchestration/internal/serviceconfig"
"github.com/stretchr/testify/assert"
)
+2 -1
View File
@@ -2,9 +2,10 @@ package test_test
import (
"context"
"queryorchestration/internal/test"
"testing"
"queryorchestration/internal/test"
"github.com/stretchr/testify/assert"
)
+2 -1
View File
@@ -2,9 +2,10 @@ package test
import (
"context"
objectstore "queryorchestration/internal/serviceconfig/objectstore"
"testing"
objectstore "queryorchestration/internal/serviceconfig/objectstore"
"github.com/aws/aws-sdk-go-v2/aws"
"github.com/aws/aws-sdk-go-v2/service/s3"
"github.com/stretchr/testify/require"
+2 -1
View File
@@ -2,9 +2,10 @@ package test
import (
"context"
"testing"
"queryorchestration/internal/serviceconfig"
objectstore "queryorchestration/internal/serviceconfig/objectstore"
"testing"
"github.com/stretchr/testify/assert"
)
+3 -2
View File
@@ -2,11 +2,12 @@ package test
import (
"context"
"queryorchestration/internal/serviceconfig"
"queryorchestration/internal/serviceconfig/queue"
"regexp"
"testing"
"queryorchestration/internal/serviceconfig"
"queryorchestration/internal/serviceconfig/queue"
"github.com/aws/aws-sdk-go-v2/aws"
"github.com/aws/aws-sdk-go-v2/service/sqs"
"github.com/aws/aws-sdk-go-v2/service/sqs/types"
+3 -2
View File
@@ -2,11 +2,12 @@ package test
import (
"context"
"queryorchestration/internal/serviceconfig"
"queryorchestration/internal/serviceconfig/queue"
"regexp"
"testing"
"queryorchestration/internal/serviceconfig"
"queryorchestration/internal/serviceconfig/queue"
"github.com/aws/aws-sdk-go-v2/aws"
"github.com/aws/aws-sdk-go-v2/service/sqs/types"
"github.com/stretchr/testify/assert"
+2 -1
View File
@@ -2,6 +2,8 @@ package test
import (
"context"
"testing"
doccleanrunner "queryorchestration/api/docCleanRunner"
docinitrunner "queryorchestration/api/docInitRunner"
docsyncrunner "queryorchestration/api/docSyncRunner"
@@ -10,7 +12,6 @@ import (
queryrunner "queryorchestration/api/queryRunner"
querysyncrunner "queryorchestration/api/querySyncRunner"
queryversionsyncrunner "queryorchestration/api/queryVersionSyncRunner"
"testing"
"queryorchestration/internal/serviceconfig"
+2 -1
View File
@@ -2,9 +2,10 @@ package test
import (
"context"
"queryorchestration/internal/serviceconfig"
"testing"
"queryorchestration/internal/serviceconfig"
"github.com/stretchr/testify/assert"
)
+2 -1
View File
@@ -3,9 +3,10 @@ package test
import (
"context"
"fmt"
"testing"
queryservice "queryorchestration/api/queryService"
"queryorchestration/internal/serviceconfig"
"testing"
"github.com/docker/go-connections/nat"
"github.com/stretchr/testify/require"
+2 -1
View File
@@ -4,9 +4,10 @@ import (
"context"
"os"
"path"
"testing"
"queryorchestration/internal/serviceconfig"
"queryorchestration/internal/test"
"testing"
"github.com/stretchr/testify/assert"
)