Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion _run_shellcheck_tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
# You should have received a copy of the GNU General Public License
# along with KuberDock; if not, see <http://www.gnu.org/licenses/>.
#
ERRORS_TRESHOLD=950
ERRORS_TRESHOLD=960

tmpfile=$(mktemp /tmp/shellcheck-parse.XXXXXX)
find -iname '*.sh' | xargs shellcheck -s bash | tee $tmpfile
Expand Down
Loading