PowerShell / PowerShell/PSScriptAnalyzer
PSUseSingularNouns doesn't recognize "Repos"
Open
Nobody has claimed this yet.
Area - Rules
Issue - Enhancement
- Dominant language
- C#
- Stars
- 2.2k
- Forks
- 414
- Avg merge
- 13h 1m
- Merged PRs (30d)
- 2
Description
Functions named things like Get-Repos or Select-Repos aren't flagged by the PSUseSingularNouns rule.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Locate the PSUseSingularNouns rule entry point in the C# analyzer and inspect how noun forms are checked. Reproduce the issue with Get-Repos and Select-Repos, then verify that the rule flags those names without changing behavior for valid singular nouns.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- csharp, powershell
- Domain
- tooling
- Issue type
- Bug
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 50/100