Selaa lähdekoodia

add Node Security configuration and enabling it in CodeClimate

El RIDO 8 vuotta sitten
vanhempi
sitoutus
917f2dfa2b
2 muutettua tiedostoa jossa 3 lisäystä ja 0 poistoa
  1. 2 0
      .codeclimate.yml
  2. 1 0
      .nsprc

+ 2 - 0
.codeclimate.yml

@@ -12,6 +12,8 @@ engines:
     enabled: true
   fixme:
     enabled: true
+  nodesecurity:
+    enabled: true
   phpmd:
     enabled: true
     checks:

+ 1 - 0
.nsprc

@@ -0,0 +1 @@
+{}