Lutz Roeder 3 år sedan
förälder
incheckning
8ef6a1b46d
2 ändrade filer med 9 tillägg och 1 borttagningar
  1. 3 1
      .vscode/settings.json
  2. 6 0
      test/backend/.vscode/settings.json

+ 3 - 1
.vscode/settings.json

@@ -4,6 +4,8 @@
         "node_modules": true,
         "third_party": true
     },
+    "python.linting.enabled": true,
     "python.linting.pylintEnabled": true,
-    "python.linting.enabled": true
+    "python.linting.pylintCategorySeverity.convention": "Warning",
+    "python.linting.pylintCategorySeverity.refactor": "Warning"
 }

+ 6 - 0
test/backend/.vscode/settings.json

@@ -0,0 +1,6 @@
+{
+    "python.linting.enabled": true,
+    "python.linting.pylintEnabled": true,
+    "python.linting.pylintCategorySeverity.convention": "Warning",
+    "python.linting.pylintCategorySeverity.refactor": "Warning"
+}