EXPOSE instructions should be lowercase.
| Property | Value |
|---|---|
| Severity | Warning |
| Category | Style |
| Default | Enabled |
| Auto-fix | Yes (--fix) |
Description
Protocol names in theEXPOSE instruction should be specified in lowercase to
maintain consistency and readability.
Examples
Bad:Auto-fix
The fix lowercases the protocol inEXPOSE port specs.