Skip to content

Commit 96fa373

Browse files
shestakovgGennadii Shestakov
andauthored
OSS-733 Style check for csharp driver (#154)
OSS-733: added Stylecop.Analyzer. fixed all warnings fixed couple tests Co-authored-by: Gennadii Shestakov <[email protected]>
1 parent 0bb3c21 commit 96fa373

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

76 files changed

+5362
-1134
lines changed

.editorconfig

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
[*.cs]
2+
3+
# IDE0022: Use block body for methods
4+
csharp_style_expression_bodied_methods = false
5+
6+
# IDE0026: Use expression body for indexers
7+
csharp_style_expression_bodied_indexers = false

0 commit comments

Comments
 (0)