fixed shellcheck issues

This commit is contained in:
sobolevn 2016-07-02 13:30:49 +03:00
parent c83f41e6e2
commit db0f2e1940
No known key found for this signature in database
GPG Key ID: FF672D568AE3C73E
7 changed files with 9 additions and 18 deletions

View File

@ -2,8 +2,7 @@
set -e
# shellcheck source=./utils/build-utils.sh
# shellcheck disable=SC1091
# shellcheck disable=SC1090,SC1091
source "${SECRET_PROJECT_ROOT}/utils/build-utils.sh"
preinstall_files

View File

@ -7,8 +7,7 @@ set -e
# 2. It does not use `sudo` or anything
# 3. If you would like to install `.deb` package on your system, see `Installation`
# shellcheck source=./utils/build-utils.sh
# shellcheck disable=SC1091
# shellcheck disable=SC1090,SC1091
source "${SECRET_PROJECT_ROOT}/utils/build-utils.sh"
# This folder should contain just one .deb file:
@ -35,6 +34,5 @@ function integration_tests {
integration_tests
# Unit tests:
# shellcheck source=./utils/tests.sh
# shellcheck disable=SC1091
# shellcheck disable=SC1090,SC1091
source "${SECRET_PROJECT_ROOT}/utils/tests.sh"

View File

@ -2,8 +2,7 @@
set -e
# shellcheck source=./utils/build-utils.sh
# shellcheck disable=SC1091
# shellcheck disable=SC1090,SC1091
source "${SECRET_PROJECT_ROOT}/utils/build-utils.sh"
# Variables, which will be used in `bintray.json`:

View File

@ -28,6 +28,5 @@ function integration_tests {
integration_tests
# Unit tests:
# shellcheck source=./utils/tests.sh
# shellcheck disable=SC1091
# shellcheck disable=SC1090,SC1091
source "${SECRET_PROJECT_ROOT}/utils/tests.sh"

View File

@ -2,8 +2,7 @@
set -e
# shellcheck source=./utils/build-utils.sh
# shellcheck disable=SC1091
# shellcheck disable=SC1090,SC1091
source "${SECRET_PROJECT_ROOT}/utils/build-utils.sh"
# Copying all the required files to the build directory:

View File

@ -7,8 +7,7 @@ set -e
# 2. It does not use `sudo` or anything
# 3. If you would like to install `.rpm` package on your system, see `Installation`
# shellcheck source=./utils/build-utils.sh
# shellcheck disable=SC1091
# shellcheck disable=SC1090,SC1091
source "${SECRET_PROJECT_ROOT}/utils/build-utils.sh"
# This folder should contain just one .rpm file:
@ -32,6 +31,5 @@ function integration_tests {
integration_tests
# Unit tests:
# shellcheck source=./utils/tests.sh
# shellcheck disable=SC1091
# shellcheck disable=SC1090,SC1091
source "${SECRET_PROJECT_ROOT}/utils/tests.sh"

View File

@ -2,8 +2,7 @@
set -e
# shellcheck source=./utils/build-utils.sh
# shellcheck disable=SC1091
# shellcheck disable=SC1090,SC1091
source "${SECRET_PROJECT_ROOT}/utils/build-utils.sh"
# Variables, which will be used in `bintray.json`: