From 15c75ccffdfe8da69d0ed52a526005b67d13517f Mon Sep 17 00:00:00 2001 From: Christian Joergensen Date: Sun, 12 Jul 2020 23:57:09 +0200 Subject: [PATCH] Testing --- .github/workflows/linter.yml | 2 +- smtpd.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 (