Skip to content
New issue

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

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

Already on GitHub? # to your account

Allow for debug in .cfnlintrc file #3898

Merged
merged 2 commits into from
Jan 7, 2025

Conversation

kddejong
Copy link
Contributor

@kddejong kddejong commented Jan 7, 2025

Issue #, if available:
fix #3896
Description of changes:

  • Allow for debug in .cfnlintrc file

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 Jan 7, 2025

Codecov Report

Attention: Patch coverage is 63.63636% with 8 lines in your changes missing coverage. Please review.

Project coverage is 93.81%. Comparing base (e087f10) to head (e4b7ae8).
Report is 1 commits behind head on main.

Files with missing lines Patch % Lines
src/cfnlint/runner.py 16.66% 5 Missing ⚠️
src/cfnlint/exceptions.py 81.81% 1 Missing and 1 partial ⚠️
src/cfnlint/config.py 66.66% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #3898      +/-   ##
==========================================
- Coverage   93.85%   93.81%   -0.04%     
==========================================
  Files         365      365              
  Lines       12522    12523       +1     
  Branches     2574     2574              
==========================================
- Hits        11753    11749       -4     
- Misses        424      428       +4     
- Partials      345      346       +1     
Flag Coverage Δ
unittests 93.77% <63.63%> (-0.04%) ⬇️

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 a793af5 into aws-cloudformation:main Jan 7, 2025
24 of 25 checks passed
@kddejong kddejong deleted the fix/issue/3896 branch January 7, 2025 20:32
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Debug flag not working on cfnlintrc file.
1 participant