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/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. 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"