You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would be helpful if rain fmt supported a way to ignore specific lines or blocks in a CloudFormation template. This is useful when formatting needs to be skipped for certain parts of the file due to external constraints (e.g., manually controlled formatting).
Proposed Solutions
Many linters support this through inline comments. For example:
Description
It would be helpful if
rain fmt
supported a way to ignore specific lines or blocks in a CloudFormation template. This is useful when formatting needs to be skipped for certain parts of the file due to external constraints (e.g., manually controlled formatting).Proposed Solutions
Many linters support this through inline comments. For example:
Ignoring a single line:
Ignoring a block:
Ignoring an entire file:
# rain disable-file
This behavior is similar to tools like
yamllint
, which use structured comments to temporarily disable specific checks.Benefit
The text was updated successfully, but these errors were encountered: