I got tired of Reshaper complaining on any variables I have named as "varID" to change to Camel Case (i.e. "varId").
So I tried to add a rule in Resharper under
Edit 'Local Variables' Rule Settings
And set the "Name Suffix" with a "ID" and it stopped complaining. Now, if I have a variable as "varID" it will complain and recommend it be renamed to "var". But when I inspect/edit the rules, my original rule is no longer there.
NOTE: I didn't edit the existing rule in case you suggest I check that.
Anyone have any ideas?