OmniSharp / omnisharp-vim

Vim omnicompletion (intellisense) and more for C#
http://www.omnisharp.net
MIT License
1.72k stars 168 forks source link

[fix] reviewdog.yml #718

Closed get-me-power closed 3 years ago

get-me-power commented 3 years ago

I fixed yml's syntax and suggest to supress reeviewdog's report.

After applying this patch, CI will no longer fail due to reviewdog. Also, the bot will automatically perform code review based on the results of static analysis. I think this is more suitable for our needs. What do you think? @nickspoons

nickspoons commented 3 years ago

This seems like a sensible change, thanks