Hi,
Whenever I use a variable name that stands for a primary key as
int pk_MyObject = GetPrimaryKey(myObject)
ReSharper complains about the pk_MyObject and offers me to rename it pkMyObject.
How can I add a new rule to ReSharper so that it does not complain about variable names such as xx_YYYYY ?