You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently we have on/off settings for built in analyzers like:
UnusedOpens.getUnusedOpens
UnusedDeclarations.getUnusedDeclarations
SimplifyNames.getSimplifiableNames
It would be nice to be able to keep these on but have a way to customize which files it ignores. This is mostly useful for large generated files that you really do not care about analysis in.
For example it would be good to have an array of globs so you can ignore files like *.g.fs and even specify specific files.
May be worth to extend this to F# analyzers but might get complicated as we don't have a way to choose for specific F# analyzers as the SDK will just run all loaded analyzers.
The text was updated successfully, but these errors were encountered:
Currently we have on/off settings for built in analyzers like:
UnusedOpens.getUnusedOpens
UnusedDeclarations.getUnusedDeclarations
SimplifyNames.getSimplifiableNames
It would be nice to be able to keep these on but have a way to customize which files it ignores. This is mostly useful for large generated files that you really do not care about analysis in.
For example it would be good to have an array of globs so you can ignore files like
*.g.fs
and even specify specific files.May be worth to extend this to F# analyzers but might get complicated as we don't have a way to choose for specific F# analyzers as the SDK will just run all loaded analyzers.
The text was updated successfully, but these errors were encountered: