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

Exclude certain methods from the analysis #36

Open
llewelynrex opened this issue Mar 23, 2018 · 1 comment
Open

Exclude certain methods from the analysis #36

llewelynrex opened this issue Mar 23, 2018 · 1 comment

Comments

@llewelynrex
Copy link

When implementing IList or something similar, the Add method is flagged as not being descriptive enough. The ability to add some standard function names which could be ignored would be great (exclusion list). Especially if they come from the .NET framework itself.

@itsho
Copy link

itsho commented Jul 2, 2018

Another example is any class implementing System.Windows.Data.IMultiValueConverter.

Both methods
public object Convert(object[] values, Type targetType, object parameter, CultureInfo culture)
public object[] ConvertBack(object value, Type[] targetTypes, object parameter, CultureInfo culture)
raises the following warning:

this method requires too many arguments

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

No branches or pull requests

2 participants