Explorar el Código

Disable well-known ShellCheck warnings

Alois Mahdal hace 6 años
padre
commit
8ff2974650
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1
    1
      src/bin/app.skel

+ 1
- 1
src/bin/app.skel Ver fichero

@@ -1,8 +1,8 @@
1 1
 #!/bin/bash
2
+#shellcheck disable=SC1090,SC2034
2 3
 
3 4
 . "$(shellfu-get path)" || exit 3
4 5
 
5
-#shellcheck disable=SC2034
6 6
 {
7 7
     SATURNIN_APP_CODENAME="__MKIT_PROJ_CODENAME__"
8 8
     SATURNIN_APP_TAGLINE="__MKIT_PROJ_TAGLINE__"