Explorar el Código

add Node Security configuration and enabling it in CodeClimate

El RIDO hace 8 años
padre
commit
917f2dfa2b
Se han modificado 2 ficheros con 3 adiciones y 0 borrados
  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 @@
+{}