소스 검색

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