Преглед изворни кода

Remove inefficient ShellCheck test

In this file we declare lot of globals and source lot of code, and
basically do only that, which makes this check less useful.
Alois Mahdal пре 7 година
родитељ
комит
2c2b326204
1 измењених фајлова са 1 додато и 0 уклоњено
  1. 1
    0
      src/make.skel

+ 1
- 0
src/make.skel Прегледај датотеку

@@ -1,4 +1,5 @@
1 1
 #!/bin/bash
2
+#shellcheck disable=SC2034,SC1090
2 3
 # mkit - simple install helper
3 4
 # See LICENSE file for copyright and license details.
4 5