Matt
Matt
> IMHO following rules should be activated by default: > > trailingWhitespaceOnLine - editors can fix this on saving (no whitespaces at line end) and it reduces merge conflicts >...
Hi @nojaf this isn't intended as you suspected, thanks for bringing it up. It should only be impacting the most recent version that went out last week, looks like a...
Thank you for the suggestion, does seem worth implementing as StyleCop supports similar on the C# side via `#pragma warning disable SA1401`. In terms of the workarounds we do support...
Thanks, good suggestion!
It would be quite cool if the hints allow you to specify the type of a variable, that would enable this to be done via hints and enable other rules...
Hello, This is interesting, the use case of the suggested fix is to provide a fix to the code so that it follows the rule, rather than to suppress the...
Hi @not-rusty, thanks for raising this, that is some important info missing from the docs - added that in #489 Regarding the overrides I agree that's how it should work,...
Thanks for the suggestion, I think I agree with bryanedds in those comments that it should be disabled by default, but would be good to have
Hi @JamesFaix , sorry for the slow response on this, documentation would probably be the place to start. It might be hard to concisely cross reference in the warnings, but...
Hi @isaacabraham , thanks for the report! Can confirm that's unfortunately the current behavior, will look into what can be done about it Noted, the formatting of suggestions is currently...