diff options
Diffstat (limited to 'telebot/.golangci.yml')
-rw-r--r-- | telebot/.golangci.yml | 19 |
1 files changed, 0 insertions, 19 deletions
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 |