ably-dotnet icon indicating copy to clipboard operation
ably-dotnet copied to clipboard

Add strong linting on PR creation.

Open tomkirbygreen opened this issue 3 years ago • 2 comments

I'm cleaning stuff up only to find its being put back in so we need an automated linting check on PR creation. I'm currently looking at the ReSharper Command Line tool as an option.

┆Issue is synchronized with this Jira Task by Unito

tomkirbygreen avatar Sep 26 '21 10:09 tomkirbygreen

Tried running jb inspectcode IO.Ably.NetStandard.sln -o=inspection.xml and there's lot of good analysis. There are various community efforts to wrap this up as a GitHub Action, I particularly like this one that annotates your PRs:

https://github.com/glassechidna/resharper-action

tomkirbygreen avatar Sep 26 '21 11:09 tomkirbygreen

Related to #1063.

QuintinWillison avatar Aug 09 '22 15:08 QuintinWillison