From 8784899e25b362c570cb65f671f11e3bfa9685fc Mon Sep 17 00:00:00 2001 From: terminaldweller Date: Wed, 5 Jun 2024 21:42:03 -0400 Subject: cleaned up the code, removed extranneous microservices. hived is a monolith again. using pocketbase for AAA. --- telebot/.golangci.yml | 19 ------------------- 1 file changed, 19 deletions(-) delete mode 100644 telebot/.golangci.yml (limited to 'telebot/.golangci.yml') diff --git a/telebot/.golangci.yml b/telebot/.golangci.yml deleted file mode 100644 index c31a774..0000000 --- a/telebot/.golangci.yml +++ /dev/null @@ -1,19 +0,0 @@ -run: - concurrency: 16 - timeout: 5m - modules-download-mode: readonly - allow-parallel-runners: true - allow-serial-runners: true - go: '1.22' -linters-settings: - depguard: - rules: - srcs: - listMode: "Strict" - allow: - - $gostd - - github.com/go-telegram-bot-api/telegram-bot-api - - github.com/rs/zerolog/log - - github.com/terminaldweller/grpc/telebot/v1 - - golang.org/x/net/proxy - - google.golang.org/grpc -- cgit v1.2.3