diff --git a/.github/workflows/linter.yml b/.github/workflows/linter.yml index 4d3fafd..879af37 100644 --- a/.github/workflows/linter.yml +++ b/.github/workflows/linter.yml @@ -41,5 +41,5 @@ jobs: - name: Lint Code Base uses: docker://github/super-linter:v3 env: - VALIDATE_ALL_CODEBASE: false + VALIDATE_ALL_CODEBASE: true DEFAULT_BRANCH: master diff --git a/smtpd.go b/smtpd.go index 0e96d03..0dbf38c 100644 --- a/smtpd.go +++ b/smtpd.go @@ -1,4 +1,4 @@ -// foo Package smtpd implements an SMTP server with support for STARTTLS, authentication (PLAIN/LOGIN), XCLIENT and optional restrictions on the different stages of the SMTP session. +// Package smtpd implements an SMTP server with support for STARTTLS, authentication (PLAIN/LOGIN), XCLIENT and optional restrictions on the different stages of the SMTP session. package smtpd import (