asizikov / AsyncSuffix

Asynchronous methods naming checker for ReSharper
http://asizikov.github.io/2015/08/02/async-suffix-resharper-plugin/
MIT License
18 stars 3 forks source link

Ignore Test methods #1

Closed asizikov closed 9 years ago

asizikov commented 9 years ago

As an option make this feature configurable

[Test]
public async Task FooWhenBoo()
{
   ///
}
asizikov commented 9 years ago

done