Skip to content

Commit

Permalink
fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
nieomylnieja committed Dec 18, 2024
1 parent 2fe0a4d commit 929fae8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ linters-settings:
local-prefixes: github.com/OpenSLO/oslo
govet:
# False positives and reporting on error shadowing (which is intended).
# Quoting Robi Pike:
# Quoting Rob Pike:
# The shadow code is marked experimental.
# It has too many false positives to be enabled by default, so this is not entirely unexpected,
# but don't expect a fix soon. The right way to detect shadowing without flow analysis is elusive.
Expand Down Expand Up @@ -59,7 +59,7 @@ linters-settings:
linters:
disable-all: true
enable:
# All linters from list https://golangci-lint.run/usage/linters/ are speciefed here and explicit enable/disable.
# All linters from list https://golangci-lint.run/usage/linters/ are specified here and explicit enable/disable.
- asciicheck
- bodyclose
- dogsled
Expand Down

0 comments on commit 929fae8

Please sign in to comment.