You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# - errchkjson # [don't see profit + I'm against of omitting errors like in the first example https://github.com/breml/errchkjson] checks types passed to the json encoding functions. Reports unsupported types and optionally reports occasions, where the check for the returned error can be omitted
405
396
# - forcetypeassert # [replaced by errcheck] finds forced type assertions
406
-
# Todo : rely on this, and skip seperate go fmt check in cicd
397
+
# Todo : rely on this, and skip separate go fmt check in cicd
407
398
# - gofmt # [replaced by goimports] checks whether code was gofmt-ed
408
399
# Todo : Check this
409
400
#- gofumpt # [replaced by goimports, gofumports is not available yet] checks whether code was gofumpt-ed
@@ -412,8 +403,7 @@ linters:
412
403
- grouper # analyzes expression groups
413
404
- importas # enforces consistent import aliases
414
405
- maintidx # measures the maintainability index of each function
415
-
# Todo - might enable this. This is not so bad
416
-
# - misspell # [useless] finds commonly misspelled English words in comments
406
+
- misspell # [useless] finds commonly misspelled English words in comments
417
407
# - nlreturn # [too strict and mostly code is not more readable] checks for a new line before return and branch statements to increase code clarity
418
408
# Todo : might make tests parallel
419
409
#- paralleltest # [too many false positives] detects missing usage of t.Parallel() method in your Go test
0 commit comments