Skip to content

Commit

Permalink
Comment begins with a lowercase letter, when it should begin with an …
Browse files Browse the repository at this point in the history
…uppercase one. FIXED. (#766)
  • Loading branch information
begmaroman authored Sep 28, 2022
1 parent aa8b3fe commit ce2bc7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ linters:
- wsl # Forces you to use empty lines
- wastedassign # Finds wasted assignment statements
- unconvert # Unnecessary type conversions
- tparallel # detects inappropriate usage of t.Parallel() method in your Go test codes
- tparallel # Detects inappropriate usage of t.Parallel() method in your Go test codes
- thelper # Detects golang test helpers without t.Helper() call and checks the consistency of test helpers
- stylecheck # Stylecheck is a replacement for golint
- prealloc # Finds slice declarations that could potentially be pre-allocated
Expand Down

0 comments on commit ce2bc7e

Please sign in to comment.