Skip to content
This repository was archived by the owner on Jan 23, 2025. It is now read-only.

Commit 2d87bb2

Browse files
committed
chore: make linter happy
1 parent 34927b9 commit 2d87bb2

File tree

3 files changed

+2
-3
lines changed

3 files changed

+2
-3
lines changed

.golangci.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@ linters-settings:
3434
linters:
3535
disable-all: true
3636
enable:
37-
- deadcode
3837
- depguard
3938
- dogsled
4039
# False positive: botapi has a lot of similar unimplemented methods
@@ -52,11 +51,9 @@ linters:
5251
- lll
5352
- misspell
5453
- nakedret
55-
- structcheck
5654
- typecheck
5755
- unconvert
5856
- unparam
59-
- varcheck
6057
- whitespace
6158

6259
# Do not enable:

cmd/gotd-bot-oas/main.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
// Binary gotd-bot-oas generates OpenAPI Specification for Telegram Bot API.
12
package main
23

34
import (

internal/oas/oas.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
1+
// Package oas contains generated openapi entities.
12
package oas

0 commit comments

Comments
 (0)