Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update E2015 to split defaults on comma #3466

Merged
merged 1 commit into from
Jul 5, 2024

Conversation

kddejong
Copy link
Contributor

@kddejong kddejong commented Jul 5, 2024

Issue #, if available:
fix #3465

Description of changes:

  • Update E2015 to split defaults on comma

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

Copy link

codecov bot commented Jul 5, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 93.29%. Comparing base (8a40ff1) to head (ebf58c9).

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #3466      +/-   ##
==========================================
- Coverage   93.30%   93.29%   -0.01%     
==========================================
  Files         324      324              
  Lines       11058    11059       +1     
  Branches     2318     2318              
==========================================
  Hits        10318    10318              
  Misses        415      415              
- Partials      325      326       +1     
Flag Coverage Δ
unittests ?

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@kddejong kddejong merged commit 9f6e8f4 into aws-cloudformation:main Jul 5, 2024
22 checks passed
@kddejong kddejong deleted the fix/issue/3465 branch July 5, 2024 15:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

E2015 incorrectly raised when type is List<String> and multiple values provided in Default
1 participant