Skip to content

feat(LC0095,LC0099): split unreferenced-parameter rule into LC0095 and LC0099 - #140

Open
MODUSCarstenScholling wants to merge 1 commit into
ALCops:mainfrom
MODUSCarstenScholling:dev-cs-paramnotref-split+fixall
Open

feat(LC0095,LC0099): split unreferenced-parameter rule into LC0095 and LC0099#140
MODUSCarstenScholling wants to merge 1 commit into
ALCops:mainfrom
MODUSCarstenScholling:dev-cs-paramnotref-split+fixall

Conversation

@MODUSCarstenScholling

Copy link
Copy Markdown
Contributor

Separate unreferenced parameter diagnostics:

  • Keep LC0095 for regular non-local procedures (internal/public)
  • Introduce LC0099 for event subscribers (Info severity)

Update documentation and guidance:

  • Update LC0095 instruction/documentation to reflect reduced scope
  • Add LC0099 instruction/documentation with rationale and examples
  • Update LinterCop index to include LC0099

…d LC0099

Separate unreferenced parameter diagnostics:
- Keep LC0095 for regular non-local procedures (internal/public)
- Introduce LC0099 for event subscribers (Info severity)

Shared code fix provider for both diagnostics.

Update documentation and guidance:
- Update LC0095 instruction/documentation to reflect reduced scope
- Add LC0099 instruction/documentation with rationale and examples
- Update LinterCop index to include LC0099
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.

1 participant