Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Port FxCop rule CA1722: IdentifiersShouldNotHaveIncorrectPrefix #455

Open
ghost opened this issue Nov 21, 2015 · 2 comments
Open

Port FxCop rule CA1722: IdentifiersShouldNotHaveIncorrectPrefix #455

ghost opened this issue Nov 21, 2015 · 2 comments
Milestone

Comments

@ghost
Copy link

ghost commented Nov 21, 2015

Title: Identifiers should not have incorrect prefix

Description:

By convention, only certain programming elements have names that begin with a specific prefix.

Dependency: None

Notes:

See if StyleCop has implemented it

@mavasani
Copy link
Member

We should make this a configurable rule such that end users can specify custom prefixes based on symbol kinds, accessibility, modifiers (such as static), etc.

@rifuller
Copy link

rifuller commented Feb 7, 2019

Going to give this a shot.

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

No branches or pull requests

3 participants