This commit is contained in:
Christian Joergensen 2020-07-12 23:57:09 +02:00
parent 6fde3ceec6
commit 15c75ccffd
2 changed files with 2 additions and 2 deletions

View file

@ -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

View file

@ -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 (