Skip to content

Conversation

hexmode
Copy link
Contributor

@hexmode hexmode commented Aug 4, 2025

Fixes #482

Copy link

codecov bot commented Aug 4, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 87.59%. Comparing base (af09b21) to head (366fcd3).
⚠️ Report is 59 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #483      +/-   ##
==========================================
+ Coverage   86.72%   87.59%   +0.86%     
==========================================
  Files          11       11              
  Lines        1017     1048      +31     
==========================================
+ Hits          882      918      +36     
+ Misses        102       99       -3     
+ Partials       33       31       -2     

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

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@mstruebing
Copy link
Member

@hexmode - we make sure that our commits have a specific format because we use it to determine release versions and stuff.
Can you make sure to adjust your commit message to adhere to conventional commits? (https://www.conventionalcommits.org/en/v1.0.0/#summary)

@hexmode
Copy link
Contributor Author

hexmode commented Aug 5, 2025

Thanks for the pointers. I didn't know what it was looking for when I saw the CI failures.

@hexmode hexmode force-pushed the bugfix/mah/482-ignore-emacs-backup-files branch from 637d1fe to e164828 Compare August 5, 2025 14:21
@hexmode hexmode changed the title Ignore emacs backup files feat: Add *~ (emacs backup files) to default excludes Aug 5, 2025
@hexmode hexmode force-pushed the bugfix/mah/482-ignore-emacs-backup-files branch from e164828 to 366fcd3 Compare August 5, 2025 23:27
@hexmode hexmode changed the title feat: Add *~ (emacs backup files) to default excludes feat: add *~ (emacs backup files) to default excludes Aug 5, 2025
Copy link
Member

@mstruebing mstruebing left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for this!

@theoludwig theoludwig merged commit bbd722f into editorconfig-checker:main Aug 9, 2025
6 checks passed
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.

Ignore emacs backup files
3 participants