-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Removing MAINTAINER as required rule * Fix typo
- Loading branch information
1 parent
0983fea
commit f11171e
Showing
1 changed file
with
0 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -204,15 +204,6 @@ | |
paramSyntaxRegex: /.+/ | ||
rules: [] | ||
required_instructions: | ||
- | ||
instruction: "MAINTAINER" | ||
count: 1 | ||
level: "info" | ||
message: "Maintainer is not defined" | ||
description: "The MAINTAINER line is useful for identifying the author in the form of MAINTAINER Joe Smith <[email protected]>" | ||
reference_url: | ||
- "https://docs.docker.com/reference/builder/" | ||
- "#maintainer" | ||
- | ||
instruction: "EXPOSE" | ||
count: 1 | ||
|