Skip to main content
Protocol names in EXPOSE instructions should be lowercase.

Description

Protocol names in the EXPOSE instruction should be specified in lowercase to maintain consistency and readability.

Examples

Bad:
Good:

Auto-fix

The fix lowercases the protocol in EXPOSE port specs.

Reference