OSDN Git Service

graphqlエンドポイントを使用した関連発言表示に対応
[opentween/open-tween.git] / stylecop.json
index ae3417c..8fa1c96 100644 (file)
@@ -1,5 +1,13 @@
 {
   "$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json",
   "settings": {
+    "orderingRules": {
+      "usingDirectivesPlacement": "outsideNamespace",
+    },
+    "documentationRules": {
+      "documentInterfaces": false,
+      "documentExposedElements": false,
+      "documentInternalElements": false
+    }
   }
 }