# Golint configuration file # This file configures golint to exclude certain checks that conflict with gosec # Exclude golint checks that are handled by gosec or are not relevant # Format: : # Exclude type name stuttering warnings for auth package (handled by gosec) internal/auth:stutter # Exclude package comment format warnings for certain packages internal/config:packageComments internal/container:packageComments internal/errors:packageComments # Exclude blank import warnings for test files *_test.go:blankImports # Exclude comment format warnings for certain exported variables internal/queue:varComment # Exclude struct field comment warnings internal/*:structComment