浏览代码

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