feature/epic0-foundation #1

Merged
master merged 20 commits from feature/epic0-foundation into main 2025-11-05 13:44:59 +01:00
Showing only changes of commit 28f72917b8 - Show all commits

View File

@@ -1,8 +1,6 @@
# golangci-lint configuration # golangci-lint configuration
# See https://golangci-lint.run/usage/configuration/ # See https://golangci-lint.run/usage/configuration/
version: 2
run: run:
timeout: 5m timeout: 5m
tests: true tests: true
@@ -18,11 +16,6 @@ linters:
disable: disable:
- gocritic # Can be enabled later for stricter checks - gocritic # Can be enabled later for stricter checks
formatters:
enable:
- gofmt
- goimports
linters-settings: linters-settings:
revive: revive:
rules: rules: