Skip to content

feat(lint): enable warning for unused parameters (IDE0060)#372

Merged
samtrion merged 1 commit intomainfrom
feature/ide0060
Apr 13, 2026
Merged

feat(lint): enable warning for unused parameters (IDE0060)#372
samtrion merged 1 commit intomainfrom
feature/ide0060

Conversation

@samtrion
Copy link
Copy Markdown
Contributor

@samtrion samtrion commented Apr 13, 2026

Summary by CodeRabbit

  • Chores
    • Updated code quality configuration to enforce naming conventions for static fields and enable warnings for unused parameters across the codebase.

@samtrion samtrion self-assigned this Apr 13, 2026
@samtrion samtrion requested a review from a team as a code owner April 13, 2026 08:49
@samtrion samtrion removed the request for review from a team April 13, 2026 08:49
@samtrion samtrion added the state:ready for merge Indicates that a pull request has been reviewed and approved, and is ready to be merged into the mai label Apr 13, 2026
@samtrion samtrion requested a review from Hnogared April 13, 2026 08:49
@samtrion samtrion added the type:feature Indicates a new feature or enhancement to be added. label Apr 13, 2026
@coderabbitai
Copy link
Copy Markdown

coderabbitai bot commented Apr 13, 2026

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro

Run ID: c8ea6776-1bbe-4a14-b5e8-d034dab05b0c

📥 Commits

Reviewing files that changed from the base of the PR and between 9698e6e and 2eba12b.

📒 Files selected for processing (2)
  • .editorconfig
  • src/NetEvolve.Defaults/configurations/template.editorconfig

Walkthrough

Updated EditorConfig files to enforce pascal_case naming for static readonly fields with error severity, and enabled the unused-parameters analyzer (IDE0060) with warning severity across the codebase for consistent code quality enforcement.

Changes

Cohort / File(s) Summary
EditorConfig Configuration
.editorconfig, src/NetEvolve.Defaults/configurations/template.editorconfig
Added naming rules for static readonly fields with pascal_case convention and error severity; enabled IDE0060 analyzer to detect unused parameters with appropriate severity levels.

Estimated code review effort

🎯 2 (Simple) | ⏱️ ~8 minutes

Poem

🐰 With whiskers twitched and paws so neat,
I hopped through config files so sweet,
Static fields now pascal-cased with care,
And unused parameters we'll snare!
Order reigns in this digital warren fair. ✨

🚥 Pre-merge checks | ✅ 3
✅ Passed checks (3 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title 'feat(lint): enable warning for unused parameters (IDE0060)' clearly and concisely describes the main change: enabling the IDE0060 analyzer rule for unused parameter detection across the codebase.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.


Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@samtrion samtrion merged commit 0533966 into main Apr 13, 2026
16 checks passed
@samtrion samtrion deleted the feature/ide0060 branch April 13, 2026 08:55
@codecov
Copy link
Copy Markdown

codecov bot commented Apr 13, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 0.00%. Comparing base (9698e6e) to head (2eba12b).
⚠️ Report is 1 commits behind head on main.

Additional details and impacted files
@@     Coverage Diff     @@
##   main   #372   +/-   ##
===========================
===========================

☔ 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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

state:ready for merge Indicates that a pull request has been reviewed and approved, and is ready to be merged into the mai type:feature Indicates a new feature or enhancement to be added.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant