8000 Comparing v0.77.6...v0.77.7 · aws-cloudformation/cfn-lint · GitHub
[go: up one dir, main page]

Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: aws-cloudformation/cfn-lint
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.77.6
Choose a base ref
...
head repository: aws-cloudformation/cfn-lint
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.77.7
Choose a head ref
  • 2 commits
  • 6 files changed
  • 1 contributor

Commits on Jun 5, 2023

  1. Bugfix: Allow comments and new lines in custom rules file (#2757)

    * 🐛 Add a check for comments and new lines in custom rules
    
    In the documentation, comments are allowed to start with `#`.
    Currently, cfn-lint throws an error of `not in supported operators` which means the comment is being parsed as a custom error.
    This is now fixed to allow any amount of comments anywhere in the custom rules file.
    
    New lines are now allowed just for readability.
    Currently, cfn-lint throws a traceback error of `UnboundLocalError: cannot access local variable 'operator' where it is not associated with a value` which is not an intuitive error message just for a blank new line.
    This is now fixed to allow new lines anywhere in the custom rules file.
    
    * ✅ Add unit tests for comments and whitespace in custom rules.
    
    * ✏️ Update docs for custom rules to allow new lines and comments.
    shahamy authored Jun 5, 2023
    Configuration menu
    Copy the full SHA
    aa16b08 View commit details
    Browse the repository at this point in the history

Commits on Jun 7, 2023

  1. Release v0.77.7 (#2759)

    shahamy authored Jun 7, 2023
    Configuration menu
    Copy the full SHA
    5645ff5 View commit details
    Browse the repository at this point in the history
Loading
0