Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 1 addition & 5 deletions .golangci.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
version: 2
version: "2"

run:
timeout: 2m
tests: true

linters:
disable-all: true
enable:
- govet
- errcheck
Expand All @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -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.
1 change: 0 additions & 1 deletion bx/cmd/run.go
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
Loading