Skip to content

Commit 775c7ef

Browse files
authored
refactor: enable linter rule ST1023 for 'Redundant type in variable declaration' (#105)
refactor: enable linter ST1023 'Redundant type in variable declaration'
1 parent 918900f commit 775c7ef

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.golangci.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@ linters:
3333
staticcheck:
3434
checks:
3535
- all
36-
- '-ST1023' # disable rule 'Redundant type in variable declaration'
3736
- '-QF1001' # disable rule 'Apply De Morgan’s law'
3837
- '-QF1012' # disable rule 'Use fmt.Fprintf instead of x.Write(fmt.Sprintf(...))'
3938
- '-QF1003' # disable rule 'Convert if/else-if chain to tagged switch'

0 commit comments

Comments
 (0)