File tree Expand file tree Collapse file tree 2 files changed +9
-9
lines changed
Expand file tree Collapse file tree 2 files changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -8,15 +8,15 @@ set -o errexit
88
99echo " Resolving modules in $( pwd) "
1010
11- KRAOTS_HOME =$(
11+ KRATOS_HOME =$(
1212 cd " $( dirname " ${BASH_SOURCE[0]} " ) " &&
1313 cd .. &&
1414 pwd
1515)
1616
17- source " ${KRAOTS_HOME } /hack/util.sh"
17+ source " ${KRATOS_HOME } /hack/util.sh"
1818
19- FAILURE_FILE=${KRAOTS_HOME } /hack/.lintcheck_failures
19+ FAILURE_FILE=${KRATOS_HOME } /hack/.lintcheck_failures
2020
2121all_modules=$( util::find_modules)
2222failing_modules=()
Original file line number Diff line number Diff line change @@ -8,18 +8,18 @@ set -o nounset
88set -o pipefail
99
1010GO111MODULE=on
11- KRAOTS_HOME =$(
11+ KRATOS_HOME =$(
1212 cd " $( dirname " ${BASH_SOURCE[0]} " ) " &&
1313 cd .. &&
1414 pwd
1515)
1616
17- source " ${KRAOTS_HOME } /hack/util.sh"
17+ source " ${KRATOS_HOME } /hack/util.sh"
1818
19- LINTER=${KRAOTS_HOME } /bin/golangci-lint
20- LINTER_CONFIG=${KRAOTS_HOME } /.golangci.yml
21- FAILURE_FILE=${KRAOTS_HOME } /hack/.lintcheck_failures
22- IGNORED_FILE=${KRAOTS_HOME } /hack/.test_ignored_files
19+ LINTER=${KRATOS_HOME } /bin/golangci-lint
20+ LINTER_CONFIG=${KRATOS_HOME } /.golangci.yml
21+ FAILURE_FILE=${KRATOS_HOME } /hack/.lintcheck_failures
22+ IGNORED_FILE=${KRATOS_HOME } /hack/.test_ignored_files
2323
2424all_modules=$( util::find_modules)
2525failing_modules=()
You can’t perform that action at this time.
0 commit comments