c# - StyleCop+ SignalR naming -


in our application using stylecop+ , signalr. did name our entities signalruser , signalrconnection , stylecop+ not this. suppress message these entities, our variables named signalruser or else.

i added signalr list of abbreviations , recognized words, stylecop+ still says

sp0100 : stylecopplus.stylecopplus : local variable name signalruser doesn't conform specified style: samplename. 

how can tell stylecop+ ignore "misspelling"?

if add signalr compound words (or abbreviations) list should allow signalruser, signalrconnection or mysignalrwhatever.

however, singalruser not still allowed, suppose, since it's lowercase.

alternatively, add r list. in case, name myrfeature, signalr or rtype should allowed well.


Comments

Popular posts from this blog

c++ - QTextObjectInterface with Qml TextEdit (QQuickTextEdit) -

javascript - angular ng-required radio button not toggling required off in firefox 33, OK in chrome -

xcode - Swift Playground - Files are not readable -