Browse Source

Disable well-known ShellCheck warnings

Alois Mahdal 6 years ago
parent
commit
8ff2974650
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      src/bin/app.skel

+ 1
- 1
src/bin/app.skel View File

@@ -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__"