PowerShell / PowerShell/PSScriptAnalyzer

PSUseSingularNouns doesn't recognize "Repos"

Open
#751 1 comment 0 reactions 0 assignees View on GitHub

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

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.