StyleCop rule SA1642 insists that my documentation header for constructors must begin with 'Initializes a new instance of...'.
Whereas I agree with the rule itself, I just can't bring myself to accept StyleCop enforcing spellings I consider ugly. It's 'initialises' with an 's'!!!
Is it possible to modify the expected text, or must I simply disable a sensible rule?