From 93c8e8375e46fbb32f720d2c9f9a8454696ba0ec Mon Sep 17 00:00:00 2001 From: DoniLite Date: Sat, 2 Aug 2025 14:26:27 +0000 Subject: [PATCH 1/2] fix: update golangci and remove unused module in cmd/run.go --- .golangci.yml | 6 +----- bx/cmd/run.go | 1 - 2 files changed, 1 insertion(+), 6 deletions(-) diff --git a/.golangci.yml b/.golangci.yml index be7b299..b8fa4a7 100644 --- a/.golangci.yml +++ b/.golangci.yml @@ -1,11 +1,10 @@ -version: 2 +version: "2" run: timeout: 2m tests: true linters: - disable-all: true enable: - govet - errcheck @@ -17,11 +16,8 @@ linters: - gofumpt issues: - exclude-use-default: false max-issues-per-linter: 0 max-same-issues: 0 - severity: - default: error # Optionnel : pour exclure des fichiers ou répertoires # exclude-rules: diff --git a/bx/cmd/run.go b/bx/cmd/run.go index 4231a13..b14ef31 100644 --- a/bx/cmd/run.go +++ b/bx/cmd/run.go @@ -11,7 +11,6 @@ import ( "time" // Pour docker load "github.com/Treefle-labs/Anexis/bx/build" - "github.com/Treefle-labs/Anexis/socket" // Pour parser RunYAML "github.com/spf13/cobra" "gopkg.in/yaml.v3" From e2c0223bb66e36e57f487ddd79f0bd4ada9faefa Mon Sep 17 00:00:00 2001 From: DoniLite Date: Sat, 2 Aug 2025 15:26:23 +0000 Subject: [PATCH 2/2] fix: typo in the Readme file --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0f3e2cd..aa905ed 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,3 @@ # Anexis - Bx -A modern IAC for what you would like to build make your software reflect what you image. +A modern IAC for what you would like to build make your software reflect what you imagine.