Skip to content

Commit

Permalink
remove line from config
Browse files Browse the repository at this point in the history
  • Loading branch information
mfleader committed Jan 31, 2024
1 parent a3a439b commit a3a4372
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .golangci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ linters:
- nakedret
# Make Go code more readable.
- gocritic
# We don't want hidden global scope, so disallow global variables. You can disable this with
# Check if comments end in a period. This helps prevent incomplete comment lines, such as half-written sentences.
# - godot
# Complain about comments as these indicate incomplete code.
Expand Down

0 comments on commit a3a4372

Please sign in to comment.